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,995 +0,0 @@
1
- /**
2
- * > Stability: 2 - Stable
3
- *
4
- * The `node:net` module provides an asynchronous network API for creating stream-based
5
- * TCP or `IPC` servers ({@link createServer}) and clients
6
- * ({@link createConnection}).
7
- *
8
- * It can be accessed using:
9
- *
10
- * ```js
11
- * const net = require('node:net');
12
- * ```
13
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/net.js)
14
- */
15
- declare module "net" {
16
- import * as stream from "node:stream";
17
- import { Abortable, EventEmitter } from "node:events";
18
- import * as dns from "node:dns";
19
- type LookupFunction = (
20
- hostname: string,
21
- options: dns.LookupOptions,
22
- callback: (err: NodeJS.ErrnoException | null, address: string | dns.LookupAddress[], family?: number) => void,
23
- ) => void;
24
- interface AddressInfo {
25
- address: string;
26
- family: string;
27
- port: number;
28
- }
29
- interface SocketConstructorOpts {
30
- fd?: number | undefined;
31
- allowHalfOpen?: boolean | undefined;
32
- onread?: OnReadOpts | undefined;
33
- readable?: boolean | undefined;
34
- writable?: boolean | undefined;
35
- signal?: AbortSignal;
36
- }
37
- interface OnReadOpts {
38
- buffer: Uint8Array | (() => Uint8Array);
39
- /**
40
- * This function is called for every chunk of incoming data.
41
- * Two arguments are passed to it: the number of bytes written to `buffer` and a reference to `buffer`.
42
- * Return `false` from this function to implicitly `pause()` the socket.
43
- */
44
- callback(bytesWritten: number, buffer: Uint8Array): boolean;
45
- }
46
- // TODO: remove empty ConnectOpts placeholder at next major @types/node version.
47
- /** @deprecated */
48
- interface ConnectOpts {}
49
- interface TcpSocketConnectOpts {
50
- port: number;
51
- host?: string | undefined;
52
- localAddress?: string | undefined;
53
- localPort?: number | undefined;
54
- hints?: number | undefined;
55
- family?: number | undefined;
56
- lookup?: LookupFunction | undefined;
57
- noDelay?: boolean | undefined;
58
- keepAlive?: boolean | undefined;
59
- keepAliveInitialDelay?: number | undefined;
60
- /**
61
- * @since v18.13.0
62
- */
63
- autoSelectFamily?: boolean | undefined;
64
- /**
65
- * @since v18.13.0
66
- */
67
- autoSelectFamilyAttemptTimeout?: number | undefined;
68
- }
69
- interface IpcSocketConnectOpts {
70
- path: string;
71
- }
72
- type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts;
73
- type SocketReadyState = "opening" | "open" | "readOnly" | "writeOnly" | "closed";
74
- /**
75
- * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint
76
- * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also
77
- * an `EventEmitter`.
78
- *
79
- * A `net.Socket` can be created by the user and used directly to interact with
80
- * a server. For example, it is returned by {@link createConnection},
81
- * so the user can use it to talk to the server.
82
- *
83
- * It can also be created by Node.js and passed to the user when a connection
84
- * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use
85
- * it to interact with the client.
86
- * @since v0.3.4
87
- */
88
- class Socket extends stream.Duplex {
89
- constructor(options?: SocketConstructorOpts);
90
- /**
91
- * Destroys the socket after all data is written. If the `finish` event was already emitted the socket is destroyed immediately.
92
- * If the socket is still writable it implicitly calls `socket.end()`.
93
- * @since v0.3.4
94
- */
95
- destroySoon(): void;
96
- /**
97
- * Sends data on the socket. The second parameter specifies the encoding in the
98
- * case of a string. It defaults to UTF8 encoding.
99
- *
100
- * Returns `true` if the entire data was flushed successfully to the kernel
101
- * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free.
102
- *
103
- * The optional `callback` parameter will be executed when the data is finally
104
- * written out, which may not be immediately.
105
- *
106
- * See `Writable` stream `write()` method for more
107
- * information.
108
- * @since v0.1.90
109
- * @param [encoding='utf8'] Only used when data is `string`.
110
- */
111
- write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean;
112
- write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error) => void): boolean;
113
- /**
114
- * Initiate a connection on a given socket.
115
- *
116
- * Possible signatures:
117
- *
118
- * * `socket.connect(options[, connectListener])`
119
- * * `socket.connect(path[, connectListener])` for `IPC` connections.
120
- * * `socket.connect(port[, host][, connectListener])` for TCP connections.
121
- * * Returns: `net.Socket` The socket itself.
122
- *
123
- * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting,
124
- * instead of a `'connect'` event, an `'error'` event will be emitted with
125
- * the error passed to the `'error'` listener.
126
- * The last parameter `connectListener`, if supplied, will be added as a listener
127
- * for the `'connect'` event **once**.
128
- *
129
- * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined
130
- * behavior.
131
- */
132
- connect(options: SocketConnectOpts, connectionListener?: () => void): this;
133
- connect(port: number, host: string, connectionListener?: () => void): this;
134
- connect(port: number, connectionListener?: () => void): this;
135
- connect(path: string, connectionListener?: () => void): this;
136
- /**
137
- * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information.
138
- * @since v0.1.90
139
- * @return The socket itself.
140
- */
141
- setEncoding(encoding?: BufferEncoding): this;
142
- /**
143
- * Pauses the reading of data. That is, `'data'` events will not be emitted.
144
- * Useful to throttle back an upload.
145
- * @return The socket itself.
146
- */
147
- pause(): this;
148
- /**
149
- * Close the TCP connection by sending an RST packet and destroy the stream.
150
- * If this TCP socket is in connecting status, it will send an RST packet and destroy this TCP socket once it is connected.
151
- * Otherwise, it will call `socket.destroy` with an `ERR_SOCKET_CLOSED` Error.
152
- * If this is not a TCP socket (for example, a pipe), calling this method will immediately throw an `ERR_INVALID_HANDLE_TYPE` Error.
153
- * @since v18.3.0, v16.17.0
154
- */
155
- resetAndDestroy(): this;
156
- /**
157
- * Resumes reading after a call to `socket.pause()`.
158
- * @return The socket itself.
159
- */
160
- resume(): this;
161
- /**
162
- * Sets the socket to timeout after `timeout` milliseconds of inactivity on
163
- * the socket. By default `net.Socket` do not have a timeout.
164
- *
165
- * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to
166
- * end the connection.
167
- *
168
- * ```js
169
- * socket.setTimeout(3000);
170
- * socket.on('timeout', () => {
171
- * console.log('socket timeout');
172
- * socket.end();
173
- * });
174
- * ```
175
- *
176
- * If `timeout` is 0, then the existing idle timeout is disabled.
177
- *
178
- * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event.
179
- * @since v0.1.90
180
- * @return The socket itself.
181
- */
182
- setTimeout(timeout: number, callback?: () => void): this;
183
- /**
184
- * Enable/disable the use of Nagle's algorithm.
185
- *
186
- * When a TCP connection is created, it will have Nagle's algorithm enabled.
187
- *
188
- * Nagle's algorithm delays data before it is sent via the network. It attempts
189
- * to optimize throughput at the expense of latency.
190
- *
191
- * Passing `true` for `noDelay` or not passing an argument will disable Nagle's
192
- * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's
193
- * algorithm.
194
- * @since v0.1.90
195
- * @param [noDelay=true]
196
- * @return The socket itself.
197
- */
198
- setNoDelay(noDelay?: boolean): this;
199
- /**
200
- * Enable/disable keep-alive functionality, and optionally set the initial
201
- * delay before the first keepalive probe is sent on an idle socket.
202
- *
203
- * Set `initialDelay` (in milliseconds) to set the delay between the last
204
- * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default
205
- * (or previous) setting.
206
- *
207
- * Enabling the keep-alive functionality will set the following socket options:
208
- *
209
- * * `SO_KEEPALIVE=1`
210
- * * `TCP_KEEPIDLE=initialDelay`
211
- * * `TCP_KEEPCNT=10`
212
- * * `TCP_KEEPINTVL=1`
213
- * @since v0.1.92
214
- * @param [enable=false]
215
- * @param [initialDelay=0]
216
- * @return The socket itself.
217
- */
218
- setKeepAlive(enable?: boolean, initialDelay?: number): this;
219
- /**
220
- * Returns the bound `address`, the address `family` name and `port` of the
221
- * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`
222
- * @since v0.1.90
223
- */
224
- address(): AddressInfo | {};
225
- /**
226
- * Calling `unref()` on a socket will allow the program to exit if this is the only
227
- * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect.
228
- * @since v0.9.1
229
- * @return The socket itself.
230
- */
231
- unref(): this;
232
- /**
233
- * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior).
234
- * If the socket is `ref`ed calling `ref` again will have no effect.
235
- * @since v0.9.1
236
- * @return The socket itself.
237
- */
238
- ref(): this;
239
- /**
240
- * This property is only present if the family autoselection algorithm is enabled in `socket.connect(options)`
241
- * and it is an array of the addresses that have been attempted.
242
- *
243
- * Each address is a string in the form of `$IP:$PORT`.
244
- * If the connection was successful, then the last address is the one that the socket is currently connected to.
245
- * @since v19.4.0
246
- */
247
- readonly autoSelectFamilyAttemptedAddresses: string[];
248
- /**
249
- * This property shows the number of characters buffered for writing. The buffer
250
- * may contain strings whose length after encoding is not yet known. So this number
251
- * is only an approximation of the number of bytes in the buffer.
252
- *
253
- * `net.Socket` has the property that `socket.write()` always works. This is to
254
- * help users get up and running quickly. The computer cannot always keep up
255
- * with the amount of data that is written to a socket. The network connection
256
- * simply might be too slow. Node.js will internally queue up the data written to a
257
- * socket and send it out over the wire when it is possible.
258
- *
259
- * The consequence of this internal buffering is that memory may grow.
260
- * Users who experience large or growing `bufferSize` should attempt to
261
- * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`.
262
- * @since v0.3.8
263
- * @deprecated Since v14.6.0 - Use `writableLength` instead.
264
- */
265
- readonly bufferSize: number;
266
- /**
267
- * The amount of received bytes.
268
- * @since v0.5.3
269
- */
270
- readonly bytesRead: number;
271
- /**
272
- * The amount of bytes sent.
273
- * @since v0.5.3
274
- */
275
- readonly bytesWritten: number;
276
- /**
277
- * If `true`, `socket.connect(options[, connectListener])` was
278
- * called and has not yet finished. It will stay `true` until the socket becomes
279
- * connected, then it is set to `false` and the `'connect'` event is emitted. Note
280
- * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event.
281
- * @since v6.1.0
282
- */
283
- readonly connecting: boolean;
284
- /**
285
- * This is `true` if the socket is not connected yet, either because `.connect()`has not yet been called or because it is still in the process of connecting
286
- * (see `socket.connecting`).
287
- * @since v11.2.0, v10.16.0
288
- */
289
- readonly pending: boolean;
290
- /**
291
- * See `writable.destroyed` for further details.
292
- */
293
- readonly destroyed: boolean;
294
- /**
295
- * The string representation of the local IP address the remote client is
296
- * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client
297
- * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`.
298
- * @since v0.9.6
299
- */
300
- readonly localAddress?: string;
301
- /**
302
- * The numeric representation of the local port. For example, `80` or `21`.
303
- * @since v0.9.6
304
- */
305
- readonly localPort?: number;
306
- /**
307
- * The string representation of the local IP family. `'IPv4'` or `'IPv6'`.
308
- * @since v18.8.0, v16.18.0
309
- */
310
- readonly localFamily?: string;
311
- /**
312
- * This property represents the state of the connection as a string.
313
- *
314
- * * If the stream is connecting `socket.readyState` is `opening`.
315
- * * If the stream is readable and writable, it is `open`.
316
- * * If the stream is readable and not writable, it is `readOnly`.
317
- * * If the stream is not readable and writable, it is `writeOnly`.
318
- * @since v0.5.0
319
- */
320
- readonly readyState: SocketReadyState;
321
- /**
322
- * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if
323
- * the socket is destroyed (for example, if the client disconnected).
324
- * @since v0.5.10
325
- */
326
- readonly remoteAddress?: string | undefined;
327
- /**
328
- * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. Value may be `undefined` if
329
- * the socket is destroyed (for example, if the client disconnected).
330
- * @since v0.11.14
331
- */
332
- readonly remoteFamily?: string | undefined;
333
- /**
334
- * The numeric representation of the remote port. For example, `80` or `21`. Value may be `undefined` if
335
- * the socket is destroyed (for example, if the client disconnected).
336
- * @since v0.5.10
337
- */
338
- readonly remotePort?: number | undefined;
339
- /**
340
- * The socket timeout in milliseconds as set by `socket.setTimeout()`.
341
- * It is `undefined` if a timeout has not been set.
342
- * @since v10.7.0
343
- */
344
- readonly timeout?: number | undefined;
345
- /**
346
- * Half-closes the socket. i.e., it sends a FIN packet. It is possible the
347
- * server will still send some data.
348
- *
349
- * See `writable.end()` for further details.
350
- * @since v0.1.90
351
- * @param [encoding='utf8'] Only used when data is `string`.
352
- * @param callback Optional callback for when the socket is finished.
353
- * @return The socket itself.
354
- */
355
- end(callback?: () => void): this;
356
- end(buffer: Uint8Array | string, callback?: () => void): this;
357
- end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this;
358
- /**
359
- * events.EventEmitter
360
- * 1. close
361
- * 2. connect
362
- * 3. connectionAttempt
363
- * 4. connectionAttemptFailed
364
- * 5. connectionAttemptTimeout
365
- * 6. data
366
- * 7. drain
367
- * 8. end
368
- * 9. error
369
- * 10. lookup
370
- * 11. ready
371
- * 12. timeout
372
- */
373
- addListener(event: string, listener: (...args: any[]) => void): this;
374
- addListener(event: "close", listener: (hadError: boolean) => void): this;
375
- addListener(event: "connect", listener: () => void): this;
376
- addListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this;
377
- addListener(
378
- event: "connectionAttemptFailed",
379
- listener: (ip: string, port: number, family: number) => void,
380
- ): this;
381
- addListener(
382
- event: "connectionAttemptTimeout",
383
- listener: (ip: string, port: number, family: number) => void,
384
- ): this;
385
- addListener(event: "data", listener: (data: Buffer) => void): this;
386
- addListener(event: "drain", listener: () => void): this;
387
- addListener(event: "end", listener: () => void): this;
388
- addListener(event: "error", listener: (err: Error) => void): this;
389
- addListener(
390
- event: "lookup",
391
- listener: (err: Error, address: string, family: string | number, host: string) => void,
392
- ): this;
393
- addListener(event: "ready", listener: () => void): this;
394
- addListener(event: "timeout", listener: () => void): this;
395
- emit(event: string | symbol, ...args: any[]): boolean;
396
- emit(event: "close", hadError: boolean): boolean;
397
- emit(event: "connect"): boolean;
398
- emit(event: "connectionAttempt", ip: string, port: number, family: number): boolean;
399
- emit(event: "connectionAttemptFailed", ip: string, port: number, family: number): boolean;
400
- emit(event: "connectionAttemptTimeout", ip: string, port: number, family: number): boolean;
401
- emit(event: "data", data: Buffer): boolean;
402
- emit(event: "drain"): boolean;
403
- emit(event: "end"): boolean;
404
- emit(event: "error", err: Error): boolean;
405
- emit(event: "lookup", err: Error, address: string, family: string | number, host: string): boolean;
406
- emit(event: "ready"): boolean;
407
- emit(event: "timeout"): boolean;
408
- on(event: string, listener: (...args: any[]) => void): this;
409
- on(event: "close", listener: (hadError: boolean) => void): this;
410
- on(event: "connect", listener: () => void): this;
411
- on(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this;
412
- on(event: "connectionAttemptFailed", listener: (ip: string, port: number, family: number) => void): this;
413
- on(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this;
414
- on(event: "data", listener: (data: Buffer) => void): this;
415
- on(event: "drain", listener: () => void): this;
416
- on(event: "end", listener: () => void): this;
417
- on(event: "error", listener: (err: Error) => void): this;
418
- on(
419
- event: "lookup",
420
- listener: (err: Error, address: string, family: string | number, host: string) => void,
421
- ): this;
422
- on(event: "ready", listener: () => void): this;
423
- on(event: "timeout", listener: () => void): this;
424
- once(event: string, listener: (...args: any[]) => void): this;
425
- once(event: "close", listener: (hadError: boolean) => void): this;
426
- once(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this;
427
- once(event: "connectionAttemptFailed", listener: (ip: string, port: number, family: number) => void): this;
428
- once(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this;
429
- once(event: "connect", listener: () => void): this;
430
- once(event: "data", listener: (data: Buffer) => void): this;
431
- once(event: "drain", listener: () => void): this;
432
- once(event: "end", listener: () => void): this;
433
- once(event: "error", listener: (err: Error) => void): this;
434
- once(
435
- event: "lookup",
436
- listener: (err: Error, address: string, family: string | number, host: string) => void,
437
- ): this;
438
- once(event: "ready", listener: () => void): this;
439
- once(event: "timeout", listener: () => void): this;
440
- prependListener(event: string, listener: (...args: any[]) => void): this;
441
- prependListener(event: "close", listener: (hadError: boolean) => void): this;
442
- prependListener(event: "connect", listener: () => void): this;
443
- prependListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this;
444
- prependListener(
445
- event: "connectionAttemptFailed",
446
- listener: (ip: string, port: number, family: number) => void,
447
- ): this;
448
- prependListener(
449
- event: "connectionAttemptTimeout",
450
- listener: (ip: string, port: number, family: number) => void,
451
- ): this;
452
- prependListener(event: "data", listener: (data: Buffer) => void): this;
453
- prependListener(event: "drain", listener: () => void): this;
454
- prependListener(event: "end", listener: () => void): this;
455
- prependListener(event: "error", listener: (err: Error) => void): this;
456
- prependListener(
457
- event: "lookup",
458
- listener: (err: Error, address: string, family: string | number, host: string) => void,
459
- ): this;
460
- prependListener(event: "ready", listener: () => void): this;
461
- prependListener(event: "timeout", listener: () => void): this;
462
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
463
- prependOnceListener(event: "close", listener: (hadError: boolean) => void): this;
464
- prependOnceListener(event: "connect", listener: () => void): this;
465
- prependOnceListener(
466
- event: "connectionAttempt",
467
- listener: (ip: string, port: number, family: number) => void,
468
- ): this;
469
- prependOnceListener(
470
- event: "connectionAttemptFailed",
471
- listener: (ip: string, port: number, family: number) => void,
472
- ): this;
473
- prependOnceListener(
474
- event: "connectionAttemptTimeout",
475
- listener: (ip: string, port: number, family: number) => void,
476
- ): this;
477
- prependOnceListener(event: "data", listener: (data: Buffer) => void): this;
478
- prependOnceListener(event: "drain", listener: () => void): this;
479
- prependOnceListener(event: "end", listener: () => void): this;
480
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
481
- prependOnceListener(
482
- event: "lookup",
483
- listener: (err: Error, address: string, family: string | number, host: string) => void,
484
- ): this;
485
- prependOnceListener(event: "ready", listener: () => void): this;
486
- prependOnceListener(event: "timeout", listener: () => void): this;
487
- }
488
- interface ListenOptions extends Abortable {
489
- port?: number | undefined;
490
- host?: string | undefined;
491
- backlog?: number | undefined;
492
- path?: string | undefined;
493
- exclusive?: boolean | undefined;
494
- readableAll?: boolean | undefined;
495
- writableAll?: boolean | undefined;
496
- /**
497
- * @default false
498
- */
499
- ipv6Only?: boolean | undefined;
500
- }
501
- interface ServerOpts {
502
- /**
503
- * Indicates whether half-opened TCP connections are allowed.
504
- * @default false
505
- */
506
- allowHalfOpen?: boolean | undefined;
507
- /**
508
- * Indicates whether the socket should be paused on incoming connections.
509
- * @default false
510
- */
511
- pauseOnConnect?: boolean | undefined;
512
- /**
513
- * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received.
514
- * @default false
515
- * @since v16.5.0
516
- */
517
- noDelay?: boolean | undefined;
518
- /**
519
- * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received,
520
- * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`.
521
- * @default false
522
- * @since v16.5.0
523
- */
524
- keepAlive?: boolean | undefined;
525
- /**
526
- * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket.
527
- * @default 0
528
- * @since v16.5.0
529
- */
530
- keepAliveInitialDelay?: number | undefined;
531
- }
532
- interface DropArgument {
533
- localAddress?: string;
534
- localPort?: number;
535
- localFamily?: string;
536
- remoteAddress?: string;
537
- remotePort?: number;
538
- remoteFamily?: string;
539
- }
540
- /**
541
- * This class is used to create a TCP or `IPC` server.
542
- * @since v0.1.90
543
- */
544
- class Server extends EventEmitter {
545
- constructor(connectionListener?: (socket: Socket) => void);
546
- constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void);
547
- /**
548
- * Start a server listening for connections. A `net.Server` can be a TCP or
549
- * an `IPC` server depending on what it listens to.
550
- *
551
- * Possible signatures:
552
- *
553
- * * `server.listen(handle[, backlog][, callback])`
554
- * * `server.listen(options[, callback])`
555
- * * `server.listen(path[, backlog][, callback])` for `IPC` servers
556
- * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers
557
- *
558
- * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'`
559
- * event.
560
- *
561
- * All `listen()` methods can take a `backlog` parameter to specify the maximum
562
- * length of the queue of pending connections. The actual length will be determined
563
- * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn` on Linux. The default value of this parameter is 511 (not 512).
564
- *
565
- * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for
566
- * details).
567
- *
568
- * The `server.listen()` method can be called again if and only if there was an
569
- * error during the first `server.listen()` call or `server.close()` has been
570
- * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown.
571
- *
572
- * One of the most common errors raised when listening is `EADDRINUSE`.
573
- * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry
574
- * after a certain amount of time:
575
- *
576
- * ```js
577
- * server.on('error', (e) => {
578
- * if (e.code === 'EADDRINUSE') {
579
- * console.error('Address in use, retrying...');
580
- * setTimeout(() => {
581
- * server.close();
582
- * server.listen(PORT, HOST);
583
- * }, 1000);
584
- * }
585
- * });
586
- * ```
587
- */
588
- listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this;
589
- listen(port?: number, hostname?: string, listeningListener?: () => void): this;
590
- listen(port?: number, backlog?: number, listeningListener?: () => void): this;
591
- listen(port?: number, listeningListener?: () => void): this;
592
- listen(path: string, backlog?: number, listeningListener?: () => void): this;
593
- listen(path: string, listeningListener?: () => void): this;
594
- listen(options: ListenOptions, listeningListener?: () => void): this;
595
- listen(handle: any, backlog?: number, listeningListener?: () => void): this;
596
- listen(handle: any, listeningListener?: () => void): this;
597
- /**
598
- * Stops the server from accepting new connections and keeps existing
599
- * connections. This function is asynchronous, the server is finally closed
600
- * when all connections are ended and the server emits a `'close'` event.
601
- * The optional `callback` will be called once the `'close'` event occurs. Unlike
602
- * that event, it will be called with an `Error` as its only argument if the server
603
- * was not open when it was closed.
604
- * @since v0.1.90
605
- * @param callback Called when the server is closed.
606
- */
607
- close(callback?: (err?: Error) => void): this;
608
- /**
609
- * Returns the bound `address`, the address `family` name, and `port` of the server
610
- * as reported by the operating system if listening on an IP socket
611
- * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`.
612
- *
613
- * For a server listening on a pipe or Unix domain socket, the name is returned
614
- * as a string.
615
- *
616
- * ```js
617
- * const server = net.createServer((socket) => {
618
- * socket.end('goodbye\n');
619
- * }).on('error', (err) => {
620
- * // Handle errors here.
621
- * throw err;
622
- * });
623
- *
624
- * // Grab an arbitrary unused port.
625
- * server.listen(() => {
626
- * console.log('opened server on', server.address());
627
- * });
628
- * ```
629
- *
630
- * `server.address()` returns `null` before the `'listening'` event has been
631
- * emitted or after calling `server.close()`.
632
- * @since v0.1.90
633
- */
634
- address(): AddressInfo | string | null;
635
- /**
636
- * Asynchronously get the number of concurrent connections on the server. Works
637
- * when sockets were sent to forks.
638
- *
639
- * Callback should take two arguments `err` and `count`.
640
- * @since v0.9.7
641
- */
642
- getConnections(cb: (error: Error | null, count: number) => void): void;
643
- /**
644
- * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior).
645
- * If the server is `ref`ed calling `ref()` again will have no effect.
646
- * @since v0.9.1
647
- */
648
- ref(): this;
649
- /**
650
- * Calling `unref()` on a server will allow the program to exit if this is the only
651
- * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect.
652
- * @since v0.9.1
653
- */
654
- unref(): this;
655
- /**
656
- * Set this property to reject connections when the server's connection count gets
657
- * high.
658
- *
659
- * It is not recommended to use this option once a socket has been sent to a child
660
- * with `child_process.fork()`.
661
- * @since v0.2.0
662
- */
663
- maxConnections: number;
664
- connections: number;
665
- /**
666
- * Indicates whether or not the server is listening for connections.
667
- * @since v5.7.0
668
- */
669
- readonly listening: boolean;
670
- /**
671
- * events.EventEmitter
672
- * 1. close
673
- * 2. connection
674
- * 3. error
675
- * 4. listening
676
- * 5. drop
677
- */
678
- addListener(event: string, listener: (...args: any[]) => void): this;
679
- addListener(event: "close", listener: () => void): this;
680
- addListener(event: "connection", listener: (socket: Socket) => void): this;
681
- addListener(event: "error", listener: (err: Error) => void): this;
682
- addListener(event: "listening", listener: () => void): this;
683
- addListener(event: "drop", listener: (data?: DropArgument) => void): this;
684
- emit(event: string | symbol, ...args: any[]): boolean;
685
- emit(event: "close"): boolean;
686
- emit(event: "connection", socket: Socket): boolean;
687
- emit(event: "error", err: Error): boolean;
688
- emit(event: "listening"): boolean;
689
- emit(event: "drop", data?: DropArgument): boolean;
690
- on(event: string, listener: (...args: any[]) => void): this;
691
- on(event: "close", listener: () => void): this;
692
- on(event: "connection", listener: (socket: Socket) => void): this;
693
- on(event: "error", listener: (err: Error) => void): this;
694
- on(event: "listening", listener: () => void): this;
695
- on(event: "drop", listener: (data?: DropArgument) => void): this;
696
- once(event: string, listener: (...args: any[]) => void): this;
697
- once(event: "close", listener: () => void): this;
698
- once(event: "connection", listener: (socket: Socket) => void): this;
699
- once(event: "error", listener: (err: Error) => void): this;
700
- once(event: "listening", listener: () => void): this;
701
- once(event: "drop", listener: (data?: DropArgument) => void): this;
702
- prependListener(event: string, listener: (...args: any[]) => void): this;
703
- prependListener(event: "close", listener: () => void): this;
704
- prependListener(event: "connection", listener: (socket: Socket) => void): this;
705
- prependListener(event: "error", listener: (err: Error) => void): this;
706
- prependListener(event: "listening", listener: () => void): this;
707
- prependListener(event: "drop", listener: (data?: DropArgument) => void): this;
708
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
709
- prependOnceListener(event: "close", listener: () => void): this;
710
- prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
711
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
712
- prependOnceListener(event: "listening", listener: () => void): this;
713
- prependOnceListener(event: "drop", listener: (data?: DropArgument) => void): this;
714
- /**
715
- * Calls {@link Server.close()} and returns a promise that fulfills when the server has closed.
716
- * @since v20.5.0
717
- */
718
- [Symbol.asyncDispose](): Promise<void>;
719
- }
720
- type IPVersion = "ipv4" | "ipv6";
721
- /**
722
- * The `BlockList` object can be used with some network APIs to specify rules for
723
- * disabling inbound or outbound access to specific IP addresses, IP ranges, or
724
- * IP subnets.
725
- * @since v15.0.0, v14.18.0
726
- */
727
- class BlockList {
728
- /**
729
- * Adds a rule to block the given IP address.
730
- * @since v15.0.0, v14.18.0
731
- * @param address An IPv4 or IPv6 address.
732
- * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
733
- */
734
- addAddress(address: string, type?: IPVersion): void;
735
- addAddress(address: SocketAddress): void;
736
- /**
737
- * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive).
738
- * @since v15.0.0, v14.18.0
739
- * @param start The starting IPv4 or IPv6 address in the range.
740
- * @param end The ending IPv4 or IPv6 address in the range.
741
- * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
742
- */
743
- addRange(start: string, end: string, type?: IPVersion): void;
744
- addRange(start: SocketAddress, end: SocketAddress): void;
745
- /**
746
- * Adds a rule to block a range of IP addresses specified as a subnet mask.
747
- * @since v15.0.0, v14.18.0
748
- * @param net The network IPv4 or IPv6 address.
749
- * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`.
750
- * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
751
- */
752
- addSubnet(net: SocketAddress, prefix: number): void;
753
- addSubnet(net: string, prefix: number, type?: IPVersion): void;
754
- /**
755
- * Returns `true` if the given IP address matches any of the rules added to the`BlockList`.
756
- *
757
- * ```js
758
- * const blockList = new net.BlockList();
759
- * blockList.addAddress('123.123.123.123');
760
- * blockList.addRange('10.0.0.1', '10.0.0.10');
761
- * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6');
762
- *
763
- * console.log(blockList.check('123.123.123.123')); // Prints: true
764
- * console.log(blockList.check('10.0.0.3')); // Prints: true
765
- * console.log(blockList.check('222.111.111.222')); // Prints: false
766
- *
767
- * // IPv6 notation for IPv4 addresses works:
768
- * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true
769
- * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true
770
- * ```
771
- * @since v15.0.0, v14.18.0
772
- * @param address The IP address to check
773
- * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
774
- */
775
- check(address: SocketAddress): boolean;
776
- check(address: string, type?: IPVersion): boolean;
777
- /**
778
- * The list of rules added to the blocklist.
779
- * @since v15.0.0, v14.18.0
780
- */
781
- rules: readonly string[];
782
- }
783
- interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts {
784
- timeout?: number | undefined;
785
- }
786
- interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts {
787
- timeout?: number | undefined;
788
- }
789
- type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts;
790
- /**
791
- * Creates a new TCP or `IPC` server.
792
- *
793
- * If `allowHalfOpen` is set to `true`, when the other end of the socket
794
- * signals the end of transmission, the server will only send back the end of
795
- * transmission when `socket.end()` is explicitly called. For example, in the
796
- * context of TCP, when a FIN packed is received, a FIN packed is sent
797
- * back only when `socket.end()` is explicitly called. Until then the
798
- * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information.
799
- *
800
- * If `pauseOnConnect` is set to `true`, then the socket associated with each
801
- * incoming connection will be paused, and no data will be read from its handle.
802
- * This allows connections to be passed between processes without any data being
803
- * read by the original process. To begin reading data from a paused socket, call `socket.resume()`.
804
- *
805
- * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to.
806
- *
807
- * Here is an example of a TCP echo server which listens for connections
808
- * on port 8124:
809
- *
810
- * ```js
811
- * const net = require('node:net');
812
- * const server = net.createServer((c) => {
813
- * // 'connection' listener.
814
- * console.log('client connected');
815
- * c.on('end', () => {
816
- * console.log('client disconnected');
817
- * });
818
- * c.write('hello\r\n');
819
- * c.pipe(c);
820
- * });
821
- * server.on('error', (err) => {
822
- * throw err;
823
- * });
824
- * server.listen(8124, () => {
825
- * console.log('server bound');
826
- * });
827
- * ```
828
- *
829
- * Test this by using `telnet`:
830
- *
831
- * ```bash
832
- * telnet localhost 8124
833
- * ```
834
- *
835
- * To listen on the socket `/tmp/echo.sock`:
836
- *
837
- * ```js
838
- * server.listen('/tmp/echo.sock', () => {
839
- * console.log('server bound');
840
- * });
841
- * ```
842
- *
843
- * Use `nc` to connect to a Unix domain socket server:
844
- *
845
- * ```bash
846
- * nc -U /tmp/echo.sock
847
- * ```
848
- * @since v0.5.0
849
- * @param connectionListener Automatically set as a listener for the {@link 'connection'} event.
850
- */
851
- function createServer(connectionListener?: (socket: Socket) => void): Server;
852
- function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server;
853
- /**
854
- * Aliases to {@link createConnection}.
855
- *
856
- * Possible signatures:
857
- *
858
- * * {@link connect}
859
- * * {@link connect} for `IPC` connections.
860
- * * {@link connect} for TCP connections.
861
- */
862
- function connect(options: NetConnectOpts, connectionListener?: () => void): Socket;
863
- function connect(port: number, host?: string, connectionListener?: () => void): Socket;
864
- function connect(path: string, connectionListener?: () => void): Socket;
865
- /**
866
- * A factory function, which creates a new {@link Socket},
867
- * immediately initiates connection with `socket.connect()`,
868
- * then returns the `net.Socket` that starts the connection.
869
- *
870
- * When the connection is established, a `'connect'` event will be emitted
871
- * on the returned socket. The last parameter `connectListener`, if supplied,
872
- * will be added as a listener for the `'connect'` event **once**.
873
- *
874
- * Possible signatures:
875
- *
876
- * * {@link createConnection}
877
- * * {@link createConnection} for `IPC` connections.
878
- * * {@link createConnection} for TCP connections.
879
- *
880
- * The {@link connect} function is an alias to this function.
881
- */
882
- function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket;
883
- function createConnection(port: number, host?: string, connectionListener?: () => void): Socket;
884
- function createConnection(path: string, connectionListener?: () => void): Socket;
885
- /**
886
- * Gets the current default value of the `autoSelectFamily` option of `socket.connect(options)`.
887
- * The initial default value is `true`, unless the command line option`--no-network-family-autoselection` is provided.
888
- * @since v19.4.0
889
- */
890
- function getDefaultAutoSelectFamily(): boolean;
891
- /**
892
- * Sets the default value of the `autoSelectFamily` option of `socket.connect(options)`.
893
- * @since v19.4.0
894
- */
895
- function setDefaultAutoSelectFamily(value: boolean): void;
896
- /**
897
- * Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`.
898
- * The initial default value is `250` or the value specified via the command line option `--network-family-autoselection-attempt-timeout`.
899
- * @returns The current default value of the `autoSelectFamilyAttemptTimeout` option.
900
- * @since v19.8.0, v18.8.0
901
- */
902
- function getDefaultAutoSelectFamilyAttemptTimeout(): number;
903
- /**
904
- * Sets the default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`.
905
- * @param value The new default value, which must be a positive number. If the number is less than `10`, the value `10` is used instead. The initial default value is `250` or the value specified via the command line
906
- * option `--network-family-autoselection-attempt-timeout`.
907
- * @since v19.8.0, v18.8.0
908
- */
909
- function setDefaultAutoSelectFamilyAttemptTimeout(value: number): void;
910
- /**
911
- * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4
912
- * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`.
913
- *
914
- * ```js
915
- * net.isIP('::1'); // returns 6
916
- * net.isIP('127.0.0.1'); // returns 4
917
- * net.isIP('127.000.000.001'); // returns 0
918
- * net.isIP('127.0.0.1/24'); // returns 0
919
- * net.isIP('fhqwhgads'); // returns 0
920
- * ```
921
- * @since v0.3.0
922
- */
923
- function isIP(input: string): number;
924
- /**
925
- * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no
926
- * leading zeroes. Otherwise, returns `false`.
927
- *
928
- * ```js
929
- * net.isIPv4('127.0.0.1'); // returns true
930
- * net.isIPv4('127.000.000.001'); // returns false
931
- * net.isIPv4('127.0.0.1/24'); // returns false
932
- * net.isIPv4('fhqwhgads'); // returns false
933
- * ```
934
- * @since v0.3.0
935
- */
936
- function isIPv4(input: string): boolean;
937
- /**
938
- * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`.
939
- *
940
- * ```js
941
- * net.isIPv6('::1'); // returns true
942
- * net.isIPv6('fhqwhgads'); // returns false
943
- * ```
944
- * @since v0.3.0
945
- */
946
- function isIPv6(input: string): boolean;
947
- interface SocketAddressInitOptions {
948
- /**
949
- * The network address as either an IPv4 or IPv6 string.
950
- * @default 127.0.0.1
951
- */
952
- address?: string | undefined;
953
- /**
954
- * @default `'ipv4'`
955
- */
956
- family?: IPVersion | undefined;
957
- /**
958
- * An IPv6 flow-label used only if `family` is `'ipv6'`.
959
- * @default 0
960
- */
961
- flowlabel?: number | undefined;
962
- /**
963
- * An IP port.
964
- * @default 0
965
- */
966
- port?: number | undefined;
967
- }
968
- /**
969
- * @since v15.14.0, v14.18.0
970
- */
971
- class SocketAddress {
972
- constructor(options: SocketAddressInitOptions);
973
- /**
974
- * Either \`'ipv4'\` or \`'ipv6'\`.
975
- * @since v15.14.0, v14.18.0
976
- */
977
- readonly address: string;
978
- /**
979
- * Either \`'ipv4'\` or \`'ipv6'\`.
980
- * @since v15.14.0, v14.18.0
981
- */
982
- readonly family: IPVersion;
983
- /**
984
- * @since v15.14.0, v14.18.0
985
- */
986
- readonly port: number;
987
- /**
988
- * @since v15.14.0, v14.18.0
989
- */
990
- readonly flowlabel: number;
991
- }
992
- }
993
- declare module "node:net" {
994
- export * from "net";
995
- }