pokeedex 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,931 +0,0 @@
1
- /**
2
- * Much of the Node.js core API is built around an idiomatic asynchronous
3
- * event-driven architecture in which certain kinds of objects (called "emitters")
4
- * emit named events that cause `Function` objects ("listeners") to be called.
5
- *
6
- * For instance: a `net.Server` object emits an event each time a peer
7
- * connects to it; a `fs.ReadStream` emits an event when the file is opened;
8
- * a `stream` emits an event whenever data is available to be read.
9
- *
10
- * All objects that emit events are instances of the `EventEmitter` class. These
11
- * objects expose an `eventEmitter.on()` function that allows one or more
12
- * functions to be attached to named events emitted by the object. Typically,
13
- * event names are camel-cased strings but any valid JavaScript property key
14
- * can be used.
15
- *
16
- * When the `EventEmitter` object emits an event, all of the functions attached
17
- * to that specific event are called _synchronously_. Any values returned by the
18
- * called listeners are _ignored_ and discarded.
19
- *
20
- * The following example shows a simple `EventEmitter` instance with a single
21
- * listener. The `eventEmitter.on()` method is used to register listeners, while
22
- * the `eventEmitter.emit()` method is used to trigger the event.
23
- *
24
- * ```js
25
- * import { EventEmitter } from 'node:events';
26
- *
27
- * class MyEmitter extends EventEmitter {}
28
- *
29
- * const myEmitter = new MyEmitter();
30
- * myEmitter.on('event', () => {
31
- * console.log('an event occurred!');
32
- * });
33
- * myEmitter.emit('event');
34
- * ```
35
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/events.js)
36
- */
37
- declare module "events" {
38
- import { AsyncResource, AsyncResourceOptions } from "node:async_hooks";
39
- // NOTE: This class is in the docs but is **not actually exported** by Node.
40
- // If https://github.com/nodejs/node/issues/39903 gets resolved and Node
41
- // actually starts exporting the class, uncomment below.
42
- // import { EventListener, EventListenerObject } from '__dom-events';
43
- // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */
44
- // interface NodeEventTarget extends EventTarget {
45
- // /**
46
- // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API.
47
- // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget.
48
- // */
49
- // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this;
50
- // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */
51
- // eventNames(): string[];
52
- // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */
53
- // listenerCount(type: string): number;
54
- // /** Node.js-specific alias for `eventTarget.removeListener()`. */
55
- // off(type: string, listener: EventListener | EventListenerObject): this;
56
- // /** Node.js-specific alias for `eventTarget.addListener()`. */
57
- // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this;
58
- // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */
59
- // once(type: string, listener: EventListener | EventListenerObject): this;
60
- // /**
61
- // * Node.js-specific extension to the `EventTarget` class.
62
- // * If `type` is specified, removes all registered listeners for `type`,
63
- // * otherwise removes all registered listeners.
64
- // */
65
- // removeAllListeners(type: string): this;
66
- // /**
67
- // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`.
68
- // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`.
69
- // */
70
- // removeListener(type: string, listener: EventListener | EventListenerObject): this;
71
- // }
72
- interface EventEmitterOptions {
73
- /**
74
- * Enables automatic capturing of promise rejection.
75
- */
76
- captureRejections?: boolean | undefined;
77
- }
78
- interface StaticEventEmitterOptions {
79
- /**
80
- * Can be used to cancel awaiting events.
81
- */
82
- signal?: AbortSignal | undefined;
83
- }
84
- interface StaticEventEmitterIteratorOptions extends StaticEventEmitterOptions {
85
- /**
86
- * Names of events that will end the iteration.
87
- */
88
- close?: string[] | undefined;
89
- /**
90
- * The high watermark. The emitter is paused every time the size of events being buffered is higher than it.
91
- * Supported only on emitters implementing `pause()` and `resume()` methods.
92
- * @default Number.MAX_SAFE_INTEGER
93
- */
94
- highWaterMark?: number | undefined;
95
- /**
96
- * The low watermark. The emitter is resumed every time the size of events being buffered is lower than it.
97
- * Supported only on emitters implementing `pause()` and `resume()` methods.
98
- * @default 1
99
- */
100
- lowWaterMark?: number | undefined;
101
- }
102
- interface EventEmitter<T extends EventMap<T> = DefaultEventMap> extends NodeJS.EventEmitter<T> {}
103
- type EventMap<T> = Record<keyof T, any[]> | DefaultEventMap;
104
- type DefaultEventMap = [never];
105
- type AnyRest = [...args: any[]];
106
- type Args<K, T> = T extends DefaultEventMap ? AnyRest : (
107
- K extends keyof T ? T[K] : never
108
- );
109
- type Key<K, T> = T extends DefaultEventMap ? string | symbol : K | keyof T;
110
- type Key2<K, T> = T extends DefaultEventMap ? string | symbol : K & keyof T;
111
- type Listener<K, T, F> = T extends DefaultEventMap ? F : (
112
- K extends keyof T ? (
113
- T[K] extends unknown[] ? (...args: T[K]) => void : never
114
- )
115
- : never
116
- );
117
- type Listener1<K, T> = Listener<K, T, (...args: any[]) => void>;
118
- type Listener2<K, T> = Listener<K, T, Function>;
119
-
120
- /**
121
- * The `EventEmitter` class is defined and exposed by the `node:events` module:
122
- *
123
- * ```js
124
- * import { EventEmitter } from 'node:events';
125
- * ```
126
- *
127
- * All `EventEmitter`s emit the event `'newListener'` when new listeners are
128
- * added and `'removeListener'` when existing listeners are removed.
129
- *
130
- * It supports the following option:
131
- * @since v0.1.26
132
- */
133
- class EventEmitter<T extends EventMap<T> = DefaultEventMap> {
134
- constructor(options?: EventEmitterOptions);
135
-
136
- [EventEmitter.captureRejectionSymbol]?<K>(error: Error, event: Key<K, T>, ...args: Args<K, T>): void;
137
-
138
- /**
139
- * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given
140
- * event or that is rejected if the `EventEmitter` emits `'error'` while waiting.
141
- * The `Promise` will resolve with an array of all the arguments emitted to the
142
- * given event.
143
- *
144
- * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event
145
- * semantics and does not listen to the `'error'` event.
146
- *
147
- * ```js
148
- * import { once, EventEmitter } from 'node:events';
149
- * import process from 'node:process';
150
- *
151
- * const ee = new EventEmitter();
152
- *
153
- * process.nextTick(() => {
154
- * ee.emit('myevent', 42);
155
- * });
156
- *
157
- * const [value] = await once(ee, 'myevent');
158
- * console.log(value);
159
- *
160
- * const err = new Error('kaboom');
161
- * process.nextTick(() => {
162
- * ee.emit('error', err);
163
- * });
164
- *
165
- * try {
166
- * await once(ee, 'myevent');
167
- * } catch (err) {
168
- * console.error('error happened', err);
169
- * }
170
- * ```
171
- *
172
- * The special handling of the `'error'` event is only used when `events.once()` is used to wait for another event. If `events.once()` is used to wait for the
173
- * '`error'` event itself, then it is treated as any other kind of event without
174
- * special handling:
175
- *
176
- * ```js
177
- * import { EventEmitter, once } from 'node:events';
178
- *
179
- * const ee = new EventEmitter();
180
- *
181
- * once(ee, 'error')
182
- * .then(([err]) => console.log('ok', err.message))
183
- * .catch((err) => console.error('error', err.message));
184
- *
185
- * ee.emit('error', new Error('boom'));
186
- *
187
- * // Prints: ok boom
188
- * ```
189
- *
190
- * An `AbortSignal` can be used to cancel waiting for the event:
191
- *
192
- * ```js
193
- * import { EventEmitter, once } from 'node:events';
194
- *
195
- * const ee = new EventEmitter();
196
- * const ac = new AbortController();
197
- *
198
- * async function foo(emitter, event, signal) {
199
- * try {
200
- * await once(emitter, event, { signal });
201
- * console.log('event emitted!');
202
- * } catch (error) {
203
- * if (error.name === 'AbortError') {
204
- * console.error('Waiting for the event was canceled!');
205
- * } else {
206
- * console.error('There was an error', error.message);
207
- * }
208
- * }
209
- * }
210
- *
211
- * foo(ee, 'foo', ac.signal);
212
- * ac.abort(); // Abort waiting for the event
213
- * ee.emit('foo'); // Prints: Waiting for the event was canceled!
214
- * ```
215
- * @since v11.13.0, v10.16.0
216
- */
217
- static once(
218
- emitter: NodeJS.EventEmitter,
219
- eventName: string | symbol,
220
- options?: StaticEventEmitterOptions,
221
- ): Promise<any[]>;
222
- static once(emitter: EventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>;
223
- /**
224
- * ```js
225
- * import { on, EventEmitter } from 'node:events';
226
- * import process from 'node:process';
227
- *
228
- * const ee = new EventEmitter();
229
- *
230
- * // Emit later on
231
- * process.nextTick(() => {
232
- * ee.emit('foo', 'bar');
233
- * ee.emit('foo', 42);
234
- * });
235
- *
236
- * for await (const event of on(ee, 'foo')) {
237
- * // The execution of this inner block is synchronous and it
238
- * // processes one event at a time (even with await). Do not use
239
- * // if concurrent execution is required.
240
- * console.log(event); // prints ['bar'] [42]
241
- * }
242
- * // Unreachable here
243
- * ```
244
- *
245
- * Returns an `AsyncIterator` that iterates `eventName` events. It will throw
246
- * if the `EventEmitter` emits `'error'`. It removes all listeners when
247
- * exiting the loop. The `value` returned by each iteration is an array
248
- * composed of the emitted event arguments.
249
- *
250
- * An `AbortSignal` can be used to cancel waiting on events:
251
- *
252
- * ```js
253
- * import { on, EventEmitter } from 'node:events';
254
- * import process from 'node:process';
255
- *
256
- * const ac = new AbortController();
257
- *
258
- * (async () => {
259
- * const ee = new EventEmitter();
260
- *
261
- * // Emit later on
262
- * process.nextTick(() => {
263
- * ee.emit('foo', 'bar');
264
- * ee.emit('foo', 42);
265
- * });
266
- *
267
- * for await (const event of on(ee, 'foo', { signal: ac.signal })) {
268
- * // The execution of this inner block is synchronous and it
269
- * // processes one event at a time (even with await). Do not use
270
- * // if concurrent execution is required.
271
- * console.log(event); // prints ['bar'] [42]
272
- * }
273
- * // Unreachable here
274
- * })();
275
- *
276
- * process.nextTick(() => ac.abort());
277
- * ```
278
- *
279
- * Use the `close` option to specify an array of event names that will end the iteration:
280
- *
281
- * ```js
282
- * import { on, EventEmitter } from 'node:events';
283
- * import process from 'node:process';
284
- *
285
- * const ee = new EventEmitter();
286
- *
287
- * // Emit later on
288
- * process.nextTick(() => {
289
- * ee.emit('foo', 'bar');
290
- * ee.emit('foo', 42);
291
- * ee.emit('close');
292
- * });
293
- *
294
- * for await (const event of on(ee, 'foo', { close: ['close'] })) {
295
- * console.log(event); // prints ['bar'] [42]
296
- * }
297
- * // the loop will exit after 'close' is emitted
298
- * console.log('done'); // prints 'done'
299
- * ```
300
- * @since v13.6.0, v12.16.0
301
- * @return An `AsyncIterator` that iterates `eventName` events emitted by the `emitter`
302
- */
303
- static on(
304
- emitter: NodeJS.EventEmitter,
305
- eventName: string | symbol,
306
- options?: StaticEventEmitterIteratorOptions,
307
- ): AsyncIterableIterator<any[]>;
308
- static on(
309
- emitter: EventTarget,
310
- eventName: string,
311
- options?: StaticEventEmitterIteratorOptions,
312
- ): AsyncIterableIterator<any[]>;
313
- /**
314
- * A class method that returns the number of listeners for the given `eventName` registered on the given `emitter`.
315
- *
316
- * ```js
317
- * import { EventEmitter, listenerCount } from 'node:events';
318
- *
319
- * const myEmitter = new EventEmitter();
320
- * myEmitter.on('event', () => {});
321
- * myEmitter.on('event', () => {});
322
- * console.log(listenerCount(myEmitter, 'event'));
323
- * // Prints: 2
324
- * ```
325
- * @since v0.9.12
326
- * @deprecated Since v3.2.0 - Use `listenerCount` instead.
327
- * @param emitter The emitter to query
328
- * @param eventName The event name
329
- */
330
- static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number;
331
- /**
332
- * Returns a copy of the array of listeners for the event named `eventName`.
333
- *
334
- * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on
335
- * the emitter.
336
- *
337
- * For `EventTarget`s this is the only way to get the event listeners for the
338
- * event target. This is useful for debugging and diagnostic purposes.
339
- *
340
- * ```js
341
- * import { getEventListeners, EventEmitter } from 'node:events';
342
- *
343
- * {
344
- * const ee = new EventEmitter();
345
- * const listener = () => console.log('Events are fun');
346
- * ee.on('foo', listener);
347
- * console.log(getEventListeners(ee, 'foo')); // [ [Function: listener] ]
348
- * }
349
- * {
350
- * const et = new EventTarget();
351
- * const listener = () => console.log('Events are fun');
352
- * et.addEventListener('foo', listener);
353
- * console.log(getEventListeners(et, 'foo')); // [ [Function: listener] ]
354
- * }
355
- * ```
356
- * @since v15.2.0, v14.17.0
357
- */
358
- static getEventListeners(emitter: EventTarget | NodeJS.EventEmitter, name: string | symbol): Function[];
359
- /**
360
- * Returns the currently set max amount of listeners.
361
- *
362
- * For `EventEmitter`s this behaves exactly the same as calling `.getMaxListeners` on
363
- * the emitter.
364
- *
365
- * For `EventTarget`s this is the only way to get the max event listeners for the
366
- * event target. If the number of event handlers on a single EventTarget exceeds
367
- * the max set, the EventTarget will print a warning.
368
- *
369
- * ```js
370
- * import { getMaxListeners, setMaxListeners, EventEmitter } from 'node:events';
371
- *
372
- * {
373
- * const ee = new EventEmitter();
374
- * console.log(getMaxListeners(ee)); // 10
375
- * setMaxListeners(11, ee);
376
- * console.log(getMaxListeners(ee)); // 11
377
- * }
378
- * {
379
- * const et = new EventTarget();
380
- * console.log(getMaxListeners(et)); // 10
381
- * setMaxListeners(11, et);
382
- * console.log(getMaxListeners(et)); // 11
383
- * }
384
- * ```
385
- * @since v19.9.0
386
- */
387
- static getMaxListeners(emitter: EventTarget | NodeJS.EventEmitter): number;
388
- /**
389
- * ```js
390
- * import { setMaxListeners, EventEmitter } from 'node:events';
391
- *
392
- * const target = new EventTarget();
393
- * const emitter = new EventEmitter();
394
- *
395
- * setMaxListeners(5, target, emitter);
396
- * ```
397
- * @since v15.4.0
398
- * @param n A non-negative number. The maximum number of listeners per `EventTarget` event.
399
- * @param eventsTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter}
400
- * objects.
401
- */
402
- static setMaxListeners(n?: number, ...eventTargets: Array<EventTarget | NodeJS.EventEmitter>): void;
403
- /**
404
- * Listens once to the `abort` event on the provided `signal`.
405
- *
406
- * Listening to the `abort` event on abort signals is unsafe and may
407
- * lead to resource leaks since another third party with the signal can
408
- * call `e.stopImmediatePropagation()`. Unfortunately Node.js cannot change
409
- * this since it would violate the web standard. Additionally, the original
410
- * API makes it easy to forget to remove listeners.
411
- *
412
- * This API allows safely using `AbortSignal`s in Node.js APIs by solving these
413
- * two issues by listening to the event such that `stopImmediatePropagation` does
414
- * not prevent the listener from running.
415
- *
416
- * Returns a disposable so that it may be unsubscribed from more easily.
417
- *
418
- * ```js
419
- * import { addAbortListener } from 'node:events';
420
- *
421
- * function example(signal) {
422
- * let disposable;
423
- * try {
424
- * signal.addEventListener('abort', (e) => e.stopImmediatePropagation());
425
- * disposable = addAbortListener(signal, (e) => {
426
- * // Do something when signal is aborted.
427
- * });
428
- * } finally {
429
- * disposable?.[Symbol.dispose]();
430
- * }
431
- * }
432
- * ```
433
- * @since v20.5.0
434
- * @experimental
435
- * @return Disposable that removes the `abort` listener.
436
- */
437
- static addAbortListener(signal: AbortSignal, resource: (event: Event) => void): Disposable;
438
- /**
439
- * This symbol shall be used to install a listener for only monitoring `'error'` events. Listeners installed using this symbol are called before the regular `'error'` listeners are called.
440
- *
441
- * Installing a listener using this symbol does not change the behavior once an `'error'` event is emitted. Therefore, the process will still crash if no
442
- * regular `'error'` listener is installed.
443
- * @since v13.6.0, v12.17.0
444
- */
445
- static readonly errorMonitor: unique symbol;
446
- /**
447
- * Value: `Symbol.for('nodejs.rejection')`
448
- *
449
- * See how to write a custom `rejection handler`.
450
- * @since v13.4.0, v12.16.0
451
- */
452
- static readonly captureRejectionSymbol: unique symbol;
453
- /**
454
- * Value: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)
455
- *
456
- * Change the default `captureRejections` option on all new `EventEmitter` objects.
457
- * @since v13.4.0, v12.16.0
458
- */
459
- static captureRejections: boolean;
460
- /**
461
- * By default, a maximum of `10` listeners can be registered for any single
462
- * event. This limit can be changed for individual `EventEmitter` instances
463
- * using the `emitter.setMaxListeners(n)` method. To change the default
464
- * for _all_`EventEmitter` instances, the `events.defaultMaxListeners` property
465
- * can be used. If this value is not a positive number, a `RangeError` is thrown.
466
- *
467
- * Take caution when setting the `events.defaultMaxListeners` because the
468
- * change affects _all_ `EventEmitter` instances, including those created before
469
- * the change is made. However, calling `emitter.setMaxListeners(n)` still has
470
- * precedence over `events.defaultMaxListeners`.
471
- *
472
- * This is not a hard limit. The `EventEmitter` instance will allow
473
- * more listeners to be added but will output a trace warning to stderr indicating
474
- * that a "possible EventEmitter memory leak" has been detected. For any single
475
- * `EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()` methods can be used to
476
- * temporarily avoid this warning:
477
- *
478
- * ```js
479
- * import { EventEmitter } from 'node:events';
480
- * const emitter = new EventEmitter();
481
- * emitter.setMaxListeners(emitter.getMaxListeners() + 1);
482
- * emitter.once('event', () => {
483
- * // do stuff
484
- * emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0));
485
- * });
486
- * ```
487
- *
488
- * The `--trace-warnings` command-line flag can be used to display the
489
- * stack trace for such warnings.
490
- *
491
- * The emitted warning can be inspected with `process.on('warning')` and will
492
- * have the additional `emitter`, `type`, and `count` properties, referring to
493
- * the event emitter instance, the event's name and the number of attached
494
- * listeners, respectively.
495
- * Its `name` property is set to `'MaxListenersExceededWarning'`.
496
- * @since v0.11.2
497
- */
498
- static defaultMaxListeners: number;
499
- }
500
- import internal = require("node:events");
501
- namespace EventEmitter {
502
- // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4
503
- export { internal as EventEmitter };
504
- export interface Abortable {
505
- /**
506
- * When provided the corresponding `AbortController` can be used to cancel an asynchronous action.
507
- */
508
- signal?: AbortSignal | undefined;
509
- }
510
-
511
- export interface EventEmitterReferencingAsyncResource extends AsyncResource {
512
- readonly eventEmitter: EventEmitterAsyncResource;
513
- }
514
-
515
- export interface EventEmitterAsyncResourceOptions extends AsyncResourceOptions, EventEmitterOptions {
516
- /**
517
- * The type of async event, this is required when instantiating `EventEmitterAsyncResource`
518
- * directly rather than as a child class.
519
- * @default new.target.name if instantiated as a child class.
520
- */
521
- name?: string;
522
- }
523
-
524
- /**
525
- * Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that
526
- * require manual async tracking. Specifically, all events emitted by instances
527
- * of `events.EventEmitterAsyncResource` will run within its `async context`.
528
- *
529
- * ```js
530
- * import { EventEmitterAsyncResource, EventEmitter } from 'node:events';
531
- * import { notStrictEqual, strictEqual } from 'node:assert';
532
- * import { executionAsyncId, triggerAsyncId } from 'node:async_hooks';
533
- *
534
- * // Async tracking tooling will identify this as 'Q'.
535
- * const ee1 = new EventEmitterAsyncResource({ name: 'Q' });
536
- *
537
- * // 'foo' listeners will run in the EventEmitters async context.
538
- * ee1.on('foo', () => {
539
- * strictEqual(executionAsyncId(), ee1.asyncId);
540
- * strictEqual(triggerAsyncId(), ee1.triggerAsyncId);
541
- * });
542
- *
543
- * const ee2 = new EventEmitter();
544
- *
545
- * // 'foo' listeners on ordinary EventEmitters that do not track async
546
- * // context, however, run in the same async context as the emit().
547
- * ee2.on('foo', () => {
548
- * notStrictEqual(executionAsyncId(), ee2.asyncId);
549
- * notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId);
550
- * });
551
- *
552
- * Promise.resolve().then(() => {
553
- * ee1.emit('foo');
554
- * ee2.emit('foo');
555
- * });
556
- * ```
557
- *
558
- * The `EventEmitterAsyncResource` class has the same methods and takes the
559
- * same options as `EventEmitter` and `AsyncResource` themselves.
560
- * @since v17.4.0, v16.14.0
561
- */
562
- export class EventEmitterAsyncResource extends EventEmitter {
563
- /**
564
- * @param options Only optional in child class.
565
- */
566
- constructor(options?: EventEmitterAsyncResourceOptions);
567
- /**
568
- * Call all `destroy` hooks. This should only ever be called once. An error will
569
- * be thrown if it is called more than once. This **must** be manually called. If
570
- * the resource is left to be collected by the GC then the `destroy` hooks will
571
- * never be called.
572
- */
573
- emitDestroy(): void;
574
- /**
575
- * The unique `asyncId` assigned to the resource.
576
- */
577
- readonly asyncId: number;
578
- /**
579
- * The same triggerAsyncId that is passed to the AsyncResource constructor.
580
- */
581
- readonly triggerAsyncId: number;
582
- /**
583
- * The returned `AsyncResource` object has an additional `eventEmitter` property
584
- * that provides a reference to this `EventEmitterAsyncResource`.
585
- */
586
- readonly asyncResource: EventEmitterReferencingAsyncResource;
587
- }
588
- }
589
- global {
590
- namespace NodeJS {
591
- interface EventEmitter<T extends EventMap<T> = DefaultEventMap> {
592
- [EventEmitter.captureRejectionSymbol]?<K>(error: Error, event: Key<K, T>, ...args: Args<K, T>): void;
593
- /**
594
- * Alias for `emitter.on(eventName, listener)`.
595
- * @since v0.1.26
596
- */
597
- addListener<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
598
- /**
599
- * Adds the `listener` function to the end of the listeners array for the event
600
- * named `eventName`. No checks are made to see if the `listener` has already
601
- * been added. Multiple calls passing the same combination of `eventName` and
602
- * `listener` will result in the `listener` being added, and called, multiple times.
603
- *
604
- * ```js
605
- * server.on('connection', (stream) => {
606
- * console.log('someone connected!');
607
- * });
608
- * ```
609
- *
610
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
611
- *
612
- * By default, event listeners are invoked in the order they are added. The `emitter.prependListener()` method can be used as an alternative to add the
613
- * event listener to the beginning of the listeners array.
614
- *
615
- * ```js
616
- * import { EventEmitter } from 'node:events';
617
- * const myEE = new EventEmitter();
618
- * myEE.on('foo', () => console.log('a'));
619
- * myEE.prependListener('foo', () => console.log('b'));
620
- * myEE.emit('foo');
621
- * // Prints:
622
- * // b
623
- * // a
624
- * ```
625
- * @since v0.1.101
626
- * @param eventName The name of the event.
627
- * @param listener The callback function
628
- */
629
- on<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
630
- /**
631
- * Adds a **one-time** `listener` function for the event named `eventName`. The
632
- * next time `eventName` is triggered, this listener is removed and then invoked.
633
- *
634
- * ```js
635
- * server.once('connection', (stream) => {
636
- * console.log('Ah, we have our first user!');
637
- * });
638
- * ```
639
- *
640
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
641
- *
642
- * By default, event listeners are invoked in the order they are added. The `emitter.prependOnceListener()` method can be used as an alternative to add the
643
- * event listener to the beginning of the listeners array.
644
- *
645
- * ```js
646
- * import { EventEmitter } from 'node:events';
647
- * const myEE = new EventEmitter();
648
- * myEE.once('foo', () => console.log('a'));
649
- * myEE.prependOnceListener('foo', () => console.log('b'));
650
- * myEE.emit('foo');
651
- * // Prints:
652
- * // b
653
- * // a
654
- * ```
655
- * @since v0.3.0
656
- * @param eventName The name of the event.
657
- * @param listener The callback function
658
- */
659
- once<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
660
- /**
661
- * Removes the specified `listener` from the listener array for the event named `eventName`.
662
- *
663
- * ```js
664
- * const callback = (stream) => {
665
- * console.log('someone connected!');
666
- * };
667
- * server.on('connection', callback);
668
- * // ...
669
- * server.removeListener('connection', callback);
670
- * ```
671
- *
672
- * `removeListener()` will remove, at most, one instance of a listener from the
673
- * listener array. If any single listener has been added multiple times to the
674
- * listener array for the specified `eventName`, then `removeListener()` must be
675
- * called multiple times to remove each instance.
676
- *
677
- * Once an event is emitted, all listeners attached to it at the
678
- * time of emitting are called in order. This implies that any `removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution
679
- * will not remove them from`emit()` in progress. Subsequent events behave as expected.
680
- *
681
- * ```js
682
- * import { EventEmitter } from 'node:events';
683
- * class MyEmitter extends EventEmitter {}
684
- * const myEmitter = new MyEmitter();
685
- *
686
- * const callbackA = () => {
687
- * console.log('A');
688
- * myEmitter.removeListener('event', callbackB);
689
- * };
690
- *
691
- * const callbackB = () => {
692
- * console.log('B');
693
- * };
694
- *
695
- * myEmitter.on('event', callbackA);
696
- *
697
- * myEmitter.on('event', callbackB);
698
- *
699
- * // callbackA removes listener callbackB but it will still be called.
700
- * // Internal listener array at time of emit [callbackA, callbackB]
701
- * myEmitter.emit('event');
702
- * // Prints:
703
- * // A
704
- * // B
705
- *
706
- * // callbackB is now removed.
707
- * // Internal listener array [callbackA]
708
- * myEmitter.emit('event');
709
- * // Prints:
710
- * // A
711
- * ```
712
- *
713
- * Because listeners are managed using an internal array, calling this will
714
- * change the position indices of any listener registered _after_ the listener
715
- * being removed. This will not impact the order in which listeners are called,
716
- * but it means that any copies of the listener array as returned by
717
- * the `emitter.listeners()` method will need to be recreated.
718
- *
719
- * When a single function has been added as a handler multiple times for a single
720
- * event (as in the example below), `removeListener()` will remove the most
721
- * recently added instance. In the example the `once('ping')` listener is removed:
722
- *
723
- * ```js
724
- * import { EventEmitter } from 'node:events';
725
- * const ee = new EventEmitter();
726
- *
727
- * function pong() {
728
- * console.log('pong');
729
- * }
730
- *
731
- * ee.on('ping', pong);
732
- * ee.once('ping', pong);
733
- * ee.removeListener('ping', pong);
734
- *
735
- * ee.emit('ping');
736
- * ee.emit('ping');
737
- * ```
738
- *
739
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
740
- * @since v0.1.26
741
- */
742
- removeListener<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
743
- /**
744
- * Alias for `emitter.removeListener()`.
745
- * @since v10.0.0
746
- */
747
- off<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
748
- /**
749
- * Removes all listeners, or those of the specified `eventName`.
750
- *
751
- * It is bad practice to remove listeners added elsewhere in the code,
752
- * particularly when the `EventEmitter` instance was created by some other
753
- * component or module (e.g. sockets or file streams).
754
- *
755
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
756
- * @since v0.1.26
757
- */
758
- removeAllListeners(eventName?: Key<unknown, T>): this;
759
- /**
760
- * By default `EventEmitter`s will print a warning if more than `10` listeners are
761
- * added for a particular event. This is a useful default that helps finding
762
- * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be
763
- * modified for this specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`) to indicate an unlimited number of listeners.
764
- *
765
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
766
- * @since v0.3.5
767
- */
768
- setMaxListeners(n: number): this;
769
- /**
770
- * Returns the current max listener value for the `EventEmitter` which is either
771
- * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}.
772
- * @since v1.0.0
773
- */
774
- getMaxListeners(): number;
775
- /**
776
- * Returns a copy of the array of listeners for the event named `eventName`.
777
- *
778
- * ```js
779
- * server.on('connection', (stream) => {
780
- * console.log('someone connected!');
781
- * });
782
- * console.log(util.inspect(server.listeners('connection')));
783
- * // Prints: [ [Function] ]
784
- * ```
785
- * @since v0.1.26
786
- */
787
- listeners<K>(eventName: Key<K, T>): Array<Listener2<K, T>>;
788
- /**
789
- * Returns a copy of the array of listeners for the event named `eventName`,
790
- * including any wrappers (such as those created by `.once()`).
791
- *
792
- * ```js
793
- * import { EventEmitter } from 'node:events';
794
- * const emitter = new EventEmitter();
795
- * emitter.once('log', () => console.log('log once'));
796
- *
797
- * // Returns a new Array with a function `onceWrapper` which has a property
798
- * // `listener` which contains the original listener bound above
799
- * const listeners = emitter.rawListeners('log');
800
- * const logFnWrapper = listeners[0];
801
- *
802
- * // Logs "log once" to the console and does not unbind the `once` event
803
- * logFnWrapper.listener();
804
- *
805
- * // Logs "log once" to the console and removes the listener
806
- * logFnWrapper();
807
- *
808
- * emitter.on('log', () => console.log('log persistently'));
809
- * // Will return a new Array with a single function bound by `.on()` above
810
- * const newListeners = emitter.rawListeners('log');
811
- *
812
- * // Logs "log persistently" twice
813
- * newListeners[0]();
814
- * emitter.emit('log');
815
- * ```
816
- * @since v9.4.0
817
- */
818
- rawListeners<K>(eventName: Key<K, T>): Array<Listener2<K, T>>;
819
- /**
820
- * Synchronously calls each of the listeners registered for the event named `eventName`, in the order they were registered, passing the supplied arguments
821
- * to each.
822
- *
823
- * Returns `true` if the event had listeners, `false` otherwise.
824
- *
825
- * ```js
826
- * import { EventEmitter } from 'node:events';
827
- * const myEmitter = new EventEmitter();
828
- *
829
- * // First listener
830
- * myEmitter.on('event', function firstListener() {
831
- * console.log('Helloooo! first listener');
832
- * });
833
- * // Second listener
834
- * myEmitter.on('event', function secondListener(arg1, arg2) {
835
- * console.log(`event with parameters ${arg1}, ${arg2} in second listener`);
836
- * });
837
- * // Third listener
838
- * myEmitter.on('event', function thirdListener(...args) {
839
- * const parameters = args.join(', ');
840
- * console.log(`event with parameters ${parameters} in third listener`);
841
- * });
842
- *
843
- * console.log(myEmitter.listeners('event'));
844
- *
845
- * myEmitter.emit('event', 1, 2, 3, 4, 5);
846
- *
847
- * // Prints:
848
- * // [
849
- * // [Function: firstListener],
850
- * // [Function: secondListener],
851
- * // [Function: thirdListener]
852
- * // ]
853
- * // Helloooo! first listener
854
- * // event with parameters 1, 2 in second listener
855
- * // event with parameters 1, 2, 3, 4, 5 in third listener
856
- * ```
857
- * @since v0.1.26
858
- */
859
- emit<K>(eventName: Key<K, T>, ...args: Args<K, T>): boolean;
860
- /**
861
- * Returns the number of listeners listening for the event named `eventName`.
862
- * If `listener` is provided, it will return how many times the listener is found
863
- * in the list of the listeners of the event.
864
- * @since v3.2.0
865
- * @param eventName The name of the event being listened for
866
- * @param listener The event handler function
867
- */
868
- listenerCount<K>(eventName: Key<K, T>, listener?: Listener2<K, T>): number;
869
- /**
870
- * Adds the `listener` function to the _beginning_ of the listeners array for the
871
- * event named `eventName`. No checks are made to see if the `listener` has
872
- * already been added. Multiple calls passing the same combination of `eventName`
873
- * and `listener` will result in the `listener` being added, and called, multiple times.
874
- *
875
- * ```js
876
- * server.prependListener('connection', (stream) => {
877
- * console.log('someone connected!');
878
- * });
879
- * ```
880
- *
881
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
882
- * @since v6.0.0
883
- * @param eventName The name of the event.
884
- * @param listener The callback function
885
- */
886
- prependListener<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
887
- /**
888
- * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this
889
- * listener is removed, and then invoked.
890
- *
891
- * ```js
892
- * server.prependOnceListener('connection', (stream) => {
893
- * console.log('Ah, we have our first user!');
894
- * });
895
- * ```
896
- *
897
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
898
- * @since v6.0.0
899
- * @param eventName The name of the event.
900
- * @param listener The callback function
901
- */
902
- prependOnceListener<K>(eventName: Key<K, T>, listener: Listener1<K, T>): this;
903
- /**
904
- * Returns an array listing the events for which the emitter has registered
905
- * listeners. The values in the array are strings or `Symbol`s.
906
- *
907
- * ```js
908
- * import { EventEmitter } from 'node:events';
909
- *
910
- * const myEE = new EventEmitter();
911
- * myEE.on('foo', () => {});
912
- * myEE.on('bar', () => {});
913
- *
914
- * const sym = Symbol('symbol');
915
- * myEE.on(sym, () => {});
916
- *
917
- * console.log(myEE.eventNames());
918
- * // Prints: [ 'foo', 'bar', Symbol(symbol) ]
919
- * ```
920
- * @since v6.0.0
921
- */
922
- eventNames(): Array<(string | symbol) & Key2<unknown, T>>;
923
- }
924
- }
925
- }
926
- export = EventEmitter;
927
- }
928
- declare module "node:events" {
929
- import events = require("events");
930
- export = events;
931
- }