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,1726 +0,0 @@
1
- /**
2
- * A stream is an abstract interface for working with streaming data in Node.js.
3
- * The `node:stream` module provides an API for implementing the stream interface.
4
- *
5
- * There are many stream objects provided by Node.js. For instance, a [request to an HTTP server](https://nodejs.org/docs/latest-v22.x/api/http.html#class-httpincomingmessage)
6
- * and [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) are both stream instances.
7
- *
8
- * Streams can be readable, writable, or both. All streams are instances of [`EventEmitter`](https://nodejs.org/docs/latest-v22.x/api/events.html#class-eventemitter).
9
- *
10
- * To access the `node:stream` module:
11
- *
12
- * ```js
13
- * const stream = require('node:stream');
14
- * ```
15
- *
16
- * The `node:stream` module is useful for creating new types of stream instances.
17
- * It is usually not necessary to use the `node:stream` module to consume streams.
18
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/stream.js)
19
- */
20
- declare module "stream" {
21
- import { Abortable, EventEmitter } from "node:events";
22
- import { Blob as NodeBlob } from "node:buffer";
23
- import * as streamPromises from "node:stream/promises";
24
- import * as streamConsumers from "node:stream/consumers";
25
- import * as streamWeb from "node:stream/web";
26
-
27
- type ComposeFnParam = (source: any) => void;
28
-
29
- class internal extends EventEmitter {
30
- pipe<T extends NodeJS.WritableStream>(
31
- destination: T,
32
- options?: {
33
- end?: boolean | undefined;
34
- },
35
- ): T;
36
- compose<T extends NodeJS.ReadableStream>(
37
- stream: T | ComposeFnParam | Iterable<T> | AsyncIterable<T>,
38
- options?: { signal: AbortSignal },
39
- ): T;
40
- }
41
- import Stream = internal.Stream;
42
- import Readable = internal.Readable;
43
- import ReadableOptions = internal.ReadableOptions;
44
- interface ArrayOptions {
45
- /**
46
- * The maximum concurrent invocations of `fn` to call on the stream at once.
47
- * @default 1
48
- */
49
- concurrency?: number;
50
- /** Allows destroying the stream if the signal is aborted. */
51
- signal?: AbortSignal;
52
- }
53
- class ReadableBase extends Stream implements NodeJS.ReadableStream {
54
- /**
55
- * A utility method for creating Readable Streams out of iterators.
56
- * @since v12.3.0, v10.17.0
57
- * @param iterable Object implementing the `Symbol.asyncIterator` or `Symbol.iterator` iterable protocol. Emits an 'error' event if a null value is passed.
58
- * @param options Options provided to `new stream.Readable([options])`. By default, `Readable.from()` will set `options.objectMode` to `true`, unless this is explicitly opted out by setting `options.objectMode` to `false`.
59
- */
60
- static from(iterable: Iterable<any> | AsyncIterable<any>, options?: ReadableOptions): Readable;
61
- /**
62
- * Returns whether the stream has been read from or cancelled.
63
- * @since v16.8.0
64
- */
65
- static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean;
66
- /**
67
- * Returns whether the stream was destroyed or errored before emitting `'end'`.
68
- * @since v16.8.0
69
- * @experimental
70
- */
71
- readonly readableAborted: boolean;
72
- /**
73
- * Is `true` if it is safe to call {@link read}, which means
74
- * the stream has not been destroyed or emitted `'error'` or `'end'`.
75
- * @since v11.4.0
76
- */
77
- readable: boolean;
78
- /**
79
- * Returns whether `'data'` has been emitted.
80
- * @since v16.7.0, v14.18.0
81
- * @experimental
82
- */
83
- readonly readableDidRead: boolean;
84
- /**
85
- * Getter for the property `encoding` of a given `Readable` stream. The `encoding` property can be set using the {@link setEncoding} method.
86
- * @since v12.7.0
87
- */
88
- readonly readableEncoding: BufferEncoding | null;
89
- /**
90
- * Becomes `true` when [`'end'`](https://nodejs.org/docs/latest-v22.x/api/stream.html#event-end) event is emitted.
91
- * @since v12.9.0
92
- */
93
- readonly readableEnded: boolean;
94
- /**
95
- * This property reflects the current state of a `Readable` stream as described
96
- * in the [Three states](https://nodejs.org/docs/latest-v22.x/api/stream.html#three-states) section.
97
- * @since v9.4.0
98
- */
99
- readonly readableFlowing: boolean | null;
100
- /**
101
- * Returns the value of `highWaterMark` passed when creating this `Readable`.
102
- * @since v9.3.0
103
- */
104
- readonly readableHighWaterMark: number;
105
- /**
106
- * This property contains the number of bytes (or objects) in the queue
107
- * ready to be read. The value provides introspection data regarding
108
- * the status of the `highWaterMark`.
109
- * @since v9.4.0
110
- */
111
- readonly readableLength: number;
112
- /**
113
- * Getter for the property `objectMode` of a given `Readable` stream.
114
- * @since v12.3.0
115
- */
116
- readonly readableObjectMode: boolean;
117
- /**
118
- * Is `true` after `readable.destroy()` has been called.
119
- * @since v8.0.0
120
- */
121
- destroyed: boolean;
122
- /**
123
- * Is `true` after `'close'` has been emitted.
124
- * @since v18.0.0
125
- */
126
- readonly closed: boolean;
127
- /**
128
- * Returns error if the stream has been destroyed with an error.
129
- * @since v18.0.0
130
- */
131
- readonly errored: Error | null;
132
- constructor(opts?: ReadableOptions);
133
- _construct?(callback: (error?: Error | null) => void): void;
134
- _read(size: number): void;
135
- /**
136
- * The `readable.read()` method reads data out of the internal buffer and
137
- * returns it. If no data is available to be read, `null` is returned. By default,
138
- * the data is returned as a `Buffer` object unless an encoding has been
139
- * specified using the `readable.setEncoding()` method or the stream is operating
140
- * in object mode.
141
- *
142
- * The optional `size` argument specifies a specific number of bytes to read. If
143
- * `size` bytes are not available to be read, `null` will be returned _unless_ the
144
- * stream has ended, in which case all of the data remaining in the internal buffer
145
- * will be returned.
146
- *
147
- * If the `size` argument is not specified, all of the data contained in the
148
- * internal buffer will be returned.
149
- *
150
- * The `size` argument must be less than or equal to 1 GiB.
151
- *
152
- * The `readable.read()` method should only be called on `Readable` streams
153
- * operating in paused mode. In flowing mode, `readable.read()` is called
154
- * automatically until the internal buffer is fully drained.
155
- *
156
- * ```js
157
- * const readable = getReadableStreamSomehow();
158
- *
159
- * // 'readable' may be triggered multiple times as data is buffered in
160
- * readable.on('readable', () => {
161
- * let chunk;
162
- * console.log('Stream is readable (new data received in buffer)');
163
- * // Use a loop to make sure we read all currently available data
164
- * while (null !== (chunk = readable.read())) {
165
- * console.log(`Read ${chunk.length} bytes of data...`);
166
- * }
167
- * });
168
- *
169
- * // 'end' will be triggered once when there is no more data available
170
- * readable.on('end', () => {
171
- * console.log('Reached end of stream.');
172
- * });
173
- * ```
174
- *
175
- * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks
176
- * are not concatenated. A `while` loop is necessary to consume all data
177
- * currently in the buffer. When reading a large file `.read()` may return `null`,
178
- * having consumed all buffered content so far, but there is still more data to
179
- * come not yet buffered. In this case a new `'readable'` event will be emitted
180
- * when there is more data in the buffer. Finally the `'end'` event will be
181
- * emitted when there is no more data to come.
182
- *
183
- * Therefore to read a file's whole contents from a `readable`, it is necessary
184
- * to collect chunks across multiple `'readable'` events:
185
- *
186
- * ```js
187
- * const chunks = [];
188
- *
189
- * readable.on('readable', () => {
190
- * let chunk;
191
- * while (null !== (chunk = readable.read())) {
192
- * chunks.push(chunk);
193
- * }
194
- * });
195
- *
196
- * readable.on('end', () => {
197
- * const content = chunks.join('');
198
- * });
199
- * ```
200
- *
201
- * A `Readable` stream in object mode will always return a single item from
202
- * a call to `readable.read(size)`, regardless of the value of the `size` argument.
203
- *
204
- * If the `readable.read()` method returns a chunk of data, a `'data'` event will
205
- * also be emitted.
206
- *
207
- * Calling {@link read} after the `'end'` event has
208
- * been emitted will return `null`. No runtime error will be raised.
209
- * @since v0.9.4
210
- * @param size Optional argument to specify how much data to read.
211
- */
212
- read(size?: number): any;
213
- /**
214
- * The `readable.setEncoding()` method sets the character encoding for
215
- * data read from the `Readable` stream.
216
- *
217
- * By default, no encoding is assigned and stream data will be returned as `Buffer` objects. Setting an encoding causes the stream data
218
- * to be returned as strings of the specified encoding rather than as `Buffer` objects. For instance, calling `readable.setEncoding('utf8')` will cause the
219
- * output data to be interpreted as UTF-8 data, and passed as strings. Calling `readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal
220
- * string format.
221
- *
222
- * The `Readable` stream will properly handle multi-byte characters delivered
223
- * through the stream that would otherwise become improperly decoded if simply
224
- * pulled from the stream as `Buffer` objects.
225
- *
226
- * ```js
227
- * const readable = getReadableStreamSomehow();
228
- * readable.setEncoding('utf8');
229
- * readable.on('data', (chunk) => {
230
- * assert.equal(typeof chunk, 'string');
231
- * console.log('Got %d characters of string data:', chunk.length);
232
- * });
233
- * ```
234
- * @since v0.9.4
235
- * @param encoding The encoding to use.
236
- */
237
- setEncoding(encoding: BufferEncoding): this;
238
- /**
239
- * The `readable.pause()` method will cause a stream in flowing mode to stop
240
- * emitting `'data'` events, switching out of flowing mode. Any data that
241
- * becomes available will remain in the internal buffer.
242
- *
243
- * ```js
244
- * const readable = getReadableStreamSomehow();
245
- * readable.on('data', (chunk) => {
246
- * console.log(`Received ${chunk.length} bytes of data.`);
247
- * readable.pause();
248
- * console.log('There will be no additional data for 1 second.');
249
- * setTimeout(() => {
250
- * console.log('Now data will start flowing again.');
251
- * readable.resume();
252
- * }, 1000);
253
- * });
254
- * ```
255
- *
256
- * The `readable.pause()` method has no effect if there is a `'readable'` event listener.
257
- * @since v0.9.4
258
- */
259
- pause(): this;
260
- /**
261
- * The `readable.resume()` method causes an explicitly paused `Readable` stream to
262
- * resume emitting `'data'` events, switching the stream into flowing mode.
263
- *
264
- * The `readable.resume()` method can be used to fully consume the data from a
265
- * stream without actually processing any of that data:
266
- *
267
- * ```js
268
- * getReadableStreamSomehow()
269
- * .resume()
270
- * .on('end', () => {
271
- * console.log('Reached the end, but did not read anything.');
272
- * });
273
- * ```
274
- *
275
- * The `readable.resume()` method has no effect if there is a `'readable'` event listener.
276
- * @since v0.9.4
277
- */
278
- resume(): this;
279
- /**
280
- * The `readable.isPaused()` method returns the current operating state of the `Readable`.
281
- * This is used primarily by the mechanism that underlies the `readable.pipe()` method.
282
- * In most typical cases, there will be no reason to use this method directly.
283
- *
284
- * ```js
285
- * const readable = new stream.Readable();
286
- *
287
- * readable.isPaused(); // === false
288
- * readable.pause();
289
- * readable.isPaused(); // === true
290
- * readable.resume();
291
- * readable.isPaused(); // === false
292
- * ```
293
- * @since v0.11.14
294
- */
295
- isPaused(): boolean;
296
- /**
297
- * The `readable.unpipe()` method detaches a `Writable` stream previously attached
298
- * using the {@link pipe} method.
299
- *
300
- * If the `destination` is not specified, then _all_ pipes are detached.
301
- *
302
- * If the `destination` is specified, but no pipe is set up for it, then
303
- * the method does nothing.
304
- *
305
- * ```js
306
- * const fs = require('node:fs');
307
- * const readable = getReadableStreamSomehow();
308
- * const writable = fs.createWriteStream('file.txt');
309
- * // All the data from readable goes into 'file.txt',
310
- * // but only for the first second.
311
- * readable.pipe(writable);
312
- * setTimeout(() => {
313
- * console.log('Stop writing to file.txt.');
314
- * readable.unpipe(writable);
315
- * console.log('Manually close the file stream.');
316
- * writable.end();
317
- * }, 1000);
318
- * ```
319
- * @since v0.9.4
320
- * @param destination Optional specific stream to unpipe
321
- */
322
- unpipe(destination?: NodeJS.WritableStream): this;
323
- /**
324
- * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the
325
- * same as `readable.push(null)`, after which no more data can be written. The EOF
326
- * signal is put at the end of the buffer and any buffered data will still be
327
- * flushed.
328
- *
329
- * The `readable.unshift()` method pushes a chunk of data back into the internal
330
- * buffer. This is useful in certain situations where a stream is being consumed by
331
- * code that needs to "un-consume" some amount of data that it has optimistically
332
- * pulled out of the source, so that the data can be passed on to some other party.
333
- *
334
- * The `stream.unshift(chunk)` method cannot be called after the `'end'` event
335
- * has been emitted or a runtime error will be thrown.
336
- *
337
- * Developers using `stream.unshift()` often should consider switching to
338
- * use of a `Transform` stream instead. See the `API for stream implementers` section for more information.
339
- *
340
- * ```js
341
- * // Pull off a header delimited by \n\n.
342
- * // Use unshift() if we get too much.
343
- * // Call the callback with (error, header, stream).
344
- * const { StringDecoder } = require('node:string_decoder');
345
- * function parseHeader(stream, callback) {
346
- * stream.on('error', callback);
347
- * stream.on('readable', onReadable);
348
- * const decoder = new StringDecoder('utf8');
349
- * let header = '';
350
- * function onReadable() {
351
- * let chunk;
352
- * while (null !== (chunk = stream.read())) {
353
- * const str = decoder.write(chunk);
354
- * if (str.includes('\n\n')) {
355
- * // Found the header boundary.
356
- * const split = str.split(/\n\n/);
357
- * header += split.shift();
358
- * const remaining = split.join('\n\n');
359
- * const buf = Buffer.from(remaining, 'utf8');
360
- * stream.removeListener('error', callback);
361
- * // Remove the 'readable' listener before unshifting.
362
- * stream.removeListener('readable', onReadable);
363
- * if (buf.length)
364
- * stream.unshift(buf);
365
- * // Now the body of the message can be read from the stream.
366
- * callback(null, header, stream);
367
- * return;
368
- * }
369
- * // Still reading the header.
370
- * header += str;
371
- * }
372
- * }
373
- * }
374
- * ```
375
- *
376
- * Unlike {@link push}, `stream.unshift(chunk)` will not
377
- * end the reading process by resetting the internal reading state of the stream.
378
- * This can cause unexpected results if `readable.unshift()` is called during a
379
- * read (i.e. from within a {@link _read} implementation on a
380
- * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately,
381
- * however it is best to simply avoid calling `readable.unshift()` while in the
382
- * process of performing a read.
383
- * @since v0.9.11
384
- * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must
385
- * be a {string}, {Buffer}, {TypedArray}, {DataView} or `null`. For object mode streams, `chunk` may be any JavaScript value.
386
- * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`.
387
- */
388
- unshift(chunk: any, encoding?: BufferEncoding): void;
389
- /**
390
- * Prior to Node.js 0.10, streams did not implement the entire `node:stream` module API as it is currently defined. (See `Compatibility` for more
391
- * information.)
392
- *
393
- * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the `readable.wrap()` method can be used to create a `Readable`
394
- * stream that uses
395
- * the old stream as its data source.
396
- *
397
- * It will rarely be necessary to use `readable.wrap()` but the method has been
398
- * provided as a convenience for interacting with older Node.js applications and
399
- * libraries.
400
- *
401
- * ```js
402
- * const { OldReader } = require('./old-api-module.js');
403
- * const { Readable } = require('node:stream');
404
- * const oreader = new OldReader();
405
- * const myReader = new Readable().wrap(oreader);
406
- *
407
- * myReader.on('readable', () => {
408
- * myReader.read(); // etc.
409
- * });
410
- * ```
411
- * @since v0.9.4
412
- * @param stream An "old style" readable stream
413
- */
414
- wrap(stream: NodeJS.ReadableStream): this;
415
- push(chunk: any, encoding?: BufferEncoding): boolean;
416
- /**
417
- * The iterator created by this method gives users the option to cancel the destruction
418
- * of the stream if the `for await...of` loop is exited by `return`, `break`, or `throw`,
419
- * or if the iterator should destroy the stream if the stream emitted an error during iteration.
420
- * @since v16.3.0
421
- * @param options.destroyOnReturn When set to `false`, calling `return` on the async iterator,
422
- * or exiting a `for await...of` iteration using a `break`, `return`, or `throw` will not destroy the stream.
423
- * **Default: `true`**.
424
- */
425
- iterator(options?: { destroyOnReturn?: boolean }): AsyncIterableIterator<any>;
426
- /**
427
- * This method allows mapping over the stream. The *fn* function will be called for every chunk in the stream.
428
- * If the *fn* function returns a promise - that promise will be `await`ed before being passed to the result stream.
429
- * @since v17.4.0, v16.14.0
430
- * @param fn a function to map over every chunk in the stream. Async or not.
431
- * @returns a stream mapped with the function *fn*.
432
- */
433
- map(fn: (data: any, options?: Pick<ArrayOptions, "signal">) => any, options?: ArrayOptions): Readable;
434
- /**
435
- * This method allows filtering the stream. For each chunk in the stream the *fn* function will be called
436
- * and if it returns a truthy value, the chunk will be passed to the result stream.
437
- * If the *fn* function returns a promise - that promise will be `await`ed.
438
- * @since v17.4.0, v16.14.0
439
- * @param fn a function to filter chunks from the stream. Async or not.
440
- * @returns a stream filtered with the predicate *fn*.
441
- */
442
- filter(
443
- fn: (data: any, options?: Pick<ArrayOptions, "signal">) => boolean | Promise<boolean>,
444
- options?: ArrayOptions,
445
- ): Readable;
446
- /**
447
- * This method allows iterating a stream. For each chunk in the stream the *fn* function will be called.
448
- * If the *fn* function returns a promise - that promise will be `await`ed.
449
- *
450
- * This method is different from `for await...of` loops in that it can optionally process chunks concurrently.
451
- * In addition, a `forEach` iteration can only be stopped by having passed a `signal` option
452
- * and aborting the related AbortController while `for await...of` can be stopped with `break` or `return`.
453
- * In either case the stream will be destroyed.
454
- *
455
- * This method is different from listening to the `'data'` event in that it uses the `readable` event
456
- * in the underlying machinary and can limit the number of concurrent *fn* calls.
457
- * @since v17.5.0
458
- * @param fn a function to call on each chunk of the stream. Async or not.
459
- * @returns a promise for when the stream has finished.
460
- */
461
- forEach(
462
- fn: (data: any, options?: Pick<ArrayOptions, "signal">) => void | Promise<void>,
463
- options?: ArrayOptions,
464
- ): Promise<void>;
465
- /**
466
- * This method allows easily obtaining the contents of a stream.
467
- *
468
- * As this method reads the entire stream into memory, it negates the benefits of streams. It's intended
469
- * for interoperability and convenience, not as the primary way to consume streams.
470
- * @since v17.5.0
471
- * @returns a promise containing an array with the contents of the stream.
472
- */
473
- toArray(options?: Pick<ArrayOptions, "signal">): Promise<any[]>;
474
- /**
475
- * This method is similar to `Array.prototype.some` and calls *fn* on each chunk in the stream
476
- * until the awaited return value is `true` (or any truthy value). Once an *fn* call on a chunk
477
- * `await`ed return value is truthy, the stream is destroyed and the promise is fulfilled with `true`.
478
- * If none of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `false`.
479
- * @since v17.5.0
480
- * @param fn a function to call on each chunk of the stream. Async or not.
481
- * @returns a promise evaluating to `true` if *fn* returned a truthy value for at least one of the chunks.
482
- */
483
- some(
484
- fn: (data: any, options?: Pick<ArrayOptions, "signal">) => boolean | Promise<boolean>,
485
- options?: ArrayOptions,
486
- ): Promise<boolean>;
487
- /**
488
- * This method is similar to `Array.prototype.find` and calls *fn* on each chunk in the stream
489
- * to find a chunk with a truthy value for *fn*. Once an *fn* call's awaited return value is truthy,
490
- * the stream is destroyed and the promise is fulfilled with value for which *fn* returned a truthy value.
491
- * If all of the *fn* calls on the chunks return a falsy value, the promise is fulfilled with `undefined`.
492
- * @since v17.5.0
493
- * @param fn a function to call on each chunk of the stream. Async or not.
494
- * @returns a promise evaluating to the first chunk for which *fn* evaluated with a truthy value,
495
- * or `undefined` if no element was found.
496
- */
497
- find<T>(
498
- fn: (data: any, options?: Pick<ArrayOptions, "signal">) => data is T,
499
- options?: ArrayOptions,
500
- ): Promise<T | undefined>;
501
- find(
502
- fn: (data: any, options?: Pick<ArrayOptions, "signal">) => boolean | Promise<boolean>,
503
- options?: ArrayOptions,
504
- ): Promise<any>;
505
- /**
506
- * This method is similar to `Array.prototype.every` and calls *fn* on each chunk in the stream
507
- * to check if all awaited return values are truthy value for *fn*. Once an *fn* call on a chunk
508
- * `await`ed return value is falsy, the stream is destroyed and the promise is fulfilled with `false`.
509
- * If all of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `true`.
510
- * @since v17.5.0
511
- * @param fn a function to call on each chunk of the stream. Async or not.
512
- * @returns a promise evaluating to `true` if *fn* returned a truthy value for every one of the chunks.
513
- */
514
- every(
515
- fn: (data: any, options?: Pick<ArrayOptions, "signal">) => boolean | Promise<boolean>,
516
- options?: ArrayOptions,
517
- ): Promise<boolean>;
518
- /**
519
- * This method returns a new stream by applying the given callback to each chunk of the stream
520
- * and then flattening the result.
521
- *
522
- * It is possible to return a stream or another iterable or async iterable from *fn* and the result streams
523
- * will be merged (flattened) into the returned stream.
524
- * @since v17.5.0
525
- * @param fn a function to map over every chunk in the stream. May be async. May be a stream or generator.
526
- * @returns a stream flat-mapped with the function *fn*.
527
- */
528
- flatMap(fn: (data: any, options?: Pick<ArrayOptions, "signal">) => any, options?: ArrayOptions): Readable;
529
- /**
530
- * This method returns a new stream with the first *limit* chunks dropped from the start.
531
- * @since v17.5.0
532
- * @param limit the number of chunks to drop from the readable.
533
- * @returns a stream with *limit* chunks dropped from the start.
534
- */
535
- drop(limit: number, options?: Pick<ArrayOptions, "signal">): Readable;
536
- /**
537
- * This method returns a new stream with the first *limit* chunks.
538
- * @since v17.5.0
539
- * @param limit the number of chunks to take from the readable.
540
- * @returns a stream with *limit* chunks taken.
541
- */
542
- take(limit: number, options?: Pick<ArrayOptions, "signal">): Readable;
543
- /**
544
- * This method returns a new stream with chunks of the underlying stream paired with a counter
545
- * in the form `[index, chunk]`. The first index value is `0` and it increases by 1 for each chunk produced.
546
- * @since v17.5.0
547
- * @returns a stream of indexed pairs.
548
- */
549
- asIndexedPairs(options?: Pick<ArrayOptions, "signal">): Readable;
550
- /**
551
- * This method calls *fn* on each chunk of the stream in order, passing it the result from the calculation
552
- * on the previous element. It returns a promise for the final value of the reduction.
553
- *
554
- * If no *initial* value is supplied the first chunk of the stream is used as the initial value.
555
- * If the stream is empty, the promise is rejected with a `TypeError` with the `ERR_INVALID_ARGS` code property.
556
- *
557
- * The reducer function iterates the stream element-by-element which means that there is no *concurrency* parameter
558
- * or parallelism. To perform a reduce concurrently, you can extract the async function to `readable.map` method.
559
- * @since v17.5.0
560
- * @param fn a reducer function to call over every chunk in the stream. Async or not.
561
- * @param initial the initial value to use in the reduction.
562
- * @returns a promise for the final value of the reduction.
563
- */
564
- reduce<T = any>(
565
- fn: (previous: any, data: any, options?: Pick<ArrayOptions, "signal">) => T,
566
- initial?: undefined,
567
- options?: Pick<ArrayOptions, "signal">,
568
- ): Promise<T>;
569
- reduce<T = any>(
570
- fn: (previous: T, data: any, options?: Pick<ArrayOptions, "signal">) => T,
571
- initial: T,
572
- options?: Pick<ArrayOptions, "signal">,
573
- ): Promise<T>;
574
- _destroy(error: Error | null, callback: (error?: Error | null) => void): void;
575
- /**
576
- * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the readable
577
- * stream will release any internal resources and subsequent calls to `push()` will be ignored.
578
- *
579
- * Once `destroy()` has been called any further calls will be a no-op and no
580
- * further errors except from `_destroy()` may be emitted as `'error'`.
581
- *
582
- * Implementors should not override this method, but instead implement `readable._destroy()`.
583
- * @since v8.0.0
584
- * @param error Error which will be passed as payload in `'error'` event
585
- */
586
- destroy(error?: Error): this;
587
- /**
588
- * Event emitter
589
- * The defined events on documents including:
590
- * 1. close
591
- * 2. data
592
- * 3. end
593
- * 4. error
594
- * 5. pause
595
- * 6. readable
596
- * 7. resume
597
- */
598
- addListener(event: "close", listener: () => void): this;
599
- addListener(event: "data", listener: (chunk: any) => void): this;
600
- addListener(event: "end", listener: () => void): this;
601
- addListener(event: "error", listener: (err: Error) => void): this;
602
- addListener(event: "pause", listener: () => void): this;
603
- addListener(event: "readable", listener: () => void): this;
604
- addListener(event: "resume", listener: () => void): this;
605
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
606
- emit(event: "close"): boolean;
607
- emit(event: "data", chunk: any): boolean;
608
- emit(event: "end"): boolean;
609
- emit(event: "error", err: Error): boolean;
610
- emit(event: "pause"): boolean;
611
- emit(event: "readable"): boolean;
612
- emit(event: "resume"): boolean;
613
- emit(event: string | symbol, ...args: any[]): boolean;
614
- on(event: "close", listener: () => void): this;
615
- on(event: "data", listener: (chunk: any) => void): this;
616
- on(event: "end", listener: () => void): this;
617
- on(event: "error", listener: (err: Error) => void): this;
618
- on(event: "pause", listener: () => void): this;
619
- on(event: "readable", listener: () => void): this;
620
- on(event: "resume", listener: () => void): this;
621
- on(event: string | symbol, listener: (...args: any[]) => void): this;
622
- once(event: "close", listener: () => void): this;
623
- once(event: "data", listener: (chunk: any) => void): this;
624
- once(event: "end", listener: () => void): this;
625
- once(event: "error", listener: (err: Error) => void): this;
626
- once(event: "pause", listener: () => void): this;
627
- once(event: "readable", listener: () => void): this;
628
- once(event: "resume", listener: () => void): this;
629
- once(event: string | symbol, listener: (...args: any[]) => void): this;
630
- prependListener(event: "close", listener: () => void): this;
631
- prependListener(event: "data", listener: (chunk: any) => void): this;
632
- prependListener(event: "end", listener: () => void): this;
633
- prependListener(event: "error", listener: (err: Error) => void): this;
634
- prependListener(event: "pause", listener: () => void): this;
635
- prependListener(event: "readable", listener: () => void): this;
636
- prependListener(event: "resume", listener: () => void): this;
637
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
638
- prependOnceListener(event: "close", listener: () => void): this;
639
- prependOnceListener(event: "data", listener: (chunk: any) => void): this;
640
- prependOnceListener(event: "end", listener: () => void): this;
641
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
642
- prependOnceListener(event: "pause", listener: () => void): this;
643
- prependOnceListener(event: "readable", listener: () => void): this;
644
- prependOnceListener(event: "resume", listener: () => void): this;
645
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
646
- removeListener(event: "close", listener: () => void): this;
647
- removeListener(event: "data", listener: (chunk: any) => void): this;
648
- removeListener(event: "end", listener: () => void): this;
649
- removeListener(event: "error", listener: (err: Error) => void): this;
650
- removeListener(event: "pause", listener: () => void): this;
651
- removeListener(event: "readable", listener: () => void): this;
652
- removeListener(event: "resume", listener: () => void): this;
653
- removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
654
- [Symbol.asyncIterator](): AsyncIterableIterator<any>;
655
- /**
656
- * Calls `readable.destroy()` with an `AbortError` and returns a promise that fulfills when the stream is finished.
657
- * @since v20.4.0
658
- */
659
- [Symbol.asyncDispose](): Promise<void>;
660
- }
661
- import WritableOptions = internal.WritableOptions;
662
- class WritableBase extends Stream implements NodeJS.WritableStream {
663
- /**
664
- * Is `true` if it is safe to call `writable.write()`, which means
665
- * the stream has not been destroyed, errored, or ended.
666
- * @since v11.4.0
667
- */
668
- readonly writable: boolean;
669
- /**
670
- * Is `true` after `writable.end()` has been called. This property
671
- * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead.
672
- * @since v12.9.0
673
- */
674
- readonly writableEnded: boolean;
675
- /**
676
- * Is set to `true` immediately before the `'finish'` event is emitted.
677
- * @since v12.6.0
678
- */
679
- readonly writableFinished: boolean;
680
- /**
681
- * Return the value of `highWaterMark` passed when creating this `Writable`.
682
- * @since v9.3.0
683
- */
684
- readonly writableHighWaterMark: number;
685
- /**
686
- * This property contains the number of bytes (or objects) in the queue
687
- * ready to be written. The value provides introspection data regarding
688
- * the status of the `highWaterMark`.
689
- * @since v9.4.0
690
- */
691
- readonly writableLength: number;
692
- /**
693
- * Getter for the property `objectMode` of a given `Writable` stream.
694
- * @since v12.3.0
695
- */
696
- readonly writableObjectMode: boolean;
697
- /**
698
- * Number of times `writable.uncork()` needs to be
699
- * called in order to fully uncork the stream.
700
- * @since v13.2.0, v12.16.0
701
- */
702
- readonly writableCorked: number;
703
- /**
704
- * Is `true` after `writable.destroy()` has been called.
705
- * @since v8.0.0
706
- */
707
- destroyed: boolean;
708
- /**
709
- * Is `true` after `'close'` has been emitted.
710
- * @since v18.0.0
711
- */
712
- readonly closed: boolean;
713
- /**
714
- * Returns error if the stream has been destroyed with an error.
715
- * @since v18.0.0
716
- */
717
- readonly errored: Error | null;
718
- /**
719
- * Is `true` if the stream's buffer has been full and stream will emit `'drain'`.
720
- * @since v15.2.0, v14.17.0
721
- */
722
- readonly writableNeedDrain: boolean;
723
- constructor(opts?: WritableOptions);
724
- _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void;
725
- _writev?(
726
- chunks: Array<{
727
- chunk: any;
728
- encoding: BufferEncoding;
729
- }>,
730
- callback: (error?: Error | null) => void,
731
- ): void;
732
- _construct?(callback: (error?: Error | null) => void): void;
733
- _destroy(error: Error | null, callback: (error?: Error | null) => void): void;
734
- _final(callback: (error?: Error | null) => void): void;
735
- /**
736
- * The `writable.write()` method writes some data to the stream, and calls the
737
- * supplied `callback` once the data has been fully handled. If an error
738
- * occurs, the `callback` will be called with the error as its
739
- * first argument. The `callback` is called asynchronously and before `'error'` is
740
- * emitted.
741
- *
742
- * The return value is `true` if the internal buffer is less than the `highWaterMark` configured when the stream was created after admitting `chunk`.
743
- * If `false` is returned, further attempts to write data to the stream should
744
- * stop until the `'drain'` event is emitted.
745
- *
746
- * While a stream is not draining, calls to `write()` will buffer `chunk`, and
747
- * return false. Once all currently buffered chunks are drained (accepted for
748
- * delivery by the operating system), the `'drain'` event will be emitted.
749
- * Once `write()` returns false, do not write more chunks
750
- * until the `'drain'` event is emitted. While calling `write()` on a stream that
751
- * is not draining is allowed, Node.js will buffer all written chunks until
752
- * maximum memory usage occurs, at which point it will abort unconditionally.
753
- * Even before it aborts, high memory usage will cause poor garbage collector
754
- * performance and high RSS (which is not typically released back to the system,
755
- * even after the memory is no longer required). Since TCP sockets may never
756
- * drain if the remote peer does not read the data, writing a socket that is
757
- * not draining may lead to a remotely exploitable vulnerability.
758
- *
759
- * Writing data while the stream is not draining is particularly
760
- * problematic for a `Transform`, because the `Transform` streams are paused
761
- * by default until they are piped or a `'data'` or `'readable'` event handler
762
- * is added.
763
- *
764
- * If the data to be written can be generated or fetched on demand, it is
765
- * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is
766
- * possible to respect backpressure and avoid memory issues using the `'drain'` event:
767
- *
768
- * ```js
769
- * function write(data, cb) {
770
- * if (!stream.write(data)) {
771
- * stream.once('drain', cb);
772
- * } else {
773
- * process.nextTick(cb);
774
- * }
775
- * }
776
- *
777
- * // Wait for cb to be called before doing any other write.
778
- * write('hello', () => {
779
- * console.log('Write completed, do more writes now.');
780
- * });
781
- * ```
782
- *
783
- * A `Writable` stream in object mode will always ignore the `encoding` argument.
784
- * @since v0.9.4
785
- * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer},
786
- * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`.
787
- * @param [encoding='utf8'] The encoding, if `chunk` is a string.
788
- * @param callback Callback for when this chunk of data is flushed.
789
- * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
790
- */
791
- write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean;
792
- write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean;
793
- /**
794
- * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream.
795
- * @since v0.11.15
796
- * @param encoding The new default encoding
797
- */
798
- setDefaultEncoding(encoding: BufferEncoding): this;
799
- /**
800
- * Calling the `writable.end()` method signals that no more data will be written
801
- * to the `Writable`. The optional `chunk` and `encoding` arguments allow one
802
- * final additional chunk of data to be written immediately before closing the
803
- * stream.
804
- *
805
- * Calling the {@link write} method after calling {@link end} will raise an error.
806
- *
807
- * ```js
808
- * // Write 'hello, ' and then end with 'world!'.
809
- * const fs = require('node:fs');
810
- * const file = fs.createWriteStream('example.txt');
811
- * file.write('hello, ');
812
- * file.end('world!');
813
- * // Writing more now is not allowed!
814
- * ```
815
- * @since v0.9.4
816
- * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer},
817
- * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`.
818
- * @param encoding The encoding if `chunk` is a string
819
- * @param callback Callback for when the stream is finished.
820
- */
821
- end(cb?: () => void): this;
822
- end(chunk: any, cb?: () => void): this;
823
- end(chunk: any, encoding: BufferEncoding, cb?: () => void): this;
824
- /**
825
- * The `writable.cork()` method forces all written data to be buffered in memory.
826
- * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called.
827
- *
828
- * The primary intent of `writable.cork()` is to accommodate a situation in which
829
- * several small chunks are written to the stream in rapid succession. Instead of
830
- * immediately forwarding them to the underlying destination, `writable.cork()` buffers all the chunks until `writable.uncork()` is called, which will pass them
831
- * all to `writable._writev()`, if present. This prevents a head-of-line blocking
832
- * situation where data is being buffered while waiting for the first small chunk
833
- * to be processed. However, use of `writable.cork()` without implementing `writable._writev()` may have an adverse effect on throughput.
834
- *
835
- * See also: `writable.uncork()`, `writable._writev()`.
836
- * @since v0.11.2
837
- */
838
- cork(): void;
839
- /**
840
- * The `writable.uncork()` method flushes all data buffered since {@link cork} was called.
841
- *
842
- * When using `writable.cork()` and `writable.uncork()` to manage the buffering
843
- * of writes to a stream, defer calls to `writable.uncork()` using `process.nextTick()`. Doing so allows batching of all `writable.write()` calls that occur within a given Node.js event
844
- * loop phase.
845
- *
846
- * ```js
847
- * stream.cork();
848
- * stream.write('some ');
849
- * stream.write('data ');
850
- * process.nextTick(() => stream.uncork());
851
- * ```
852
- *
853
- * If the `writable.cork()` method is called multiple times on a stream, the
854
- * same number of calls to `writable.uncork()` must be called to flush the buffered
855
- * data.
856
- *
857
- * ```js
858
- * stream.cork();
859
- * stream.write('some ');
860
- * stream.cork();
861
- * stream.write('data ');
862
- * process.nextTick(() => {
863
- * stream.uncork();
864
- * // The data will not be flushed until uncork() is called a second time.
865
- * stream.uncork();
866
- * });
867
- * ```
868
- *
869
- * See also: `writable.cork()`.
870
- * @since v0.11.2
871
- */
872
- uncork(): void;
873
- /**
874
- * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the writable
875
- * stream has ended and subsequent calls to `write()` or `end()` will result in
876
- * an `ERR_STREAM_DESTROYED` error.
877
- * This is a destructive and immediate way to destroy a stream. Previous calls to `write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error.
878
- * Use `end()` instead of destroy if data should flush before close, or wait for
879
- * the `'drain'` event before destroying the stream.
880
- *
881
- * Once `destroy()` has been called any further calls will be a no-op and no
882
- * further errors except from `_destroy()` may be emitted as `'error'`.
883
- *
884
- * Implementors should not override this method,
885
- * but instead implement `writable._destroy()`.
886
- * @since v8.0.0
887
- * @param error Optional, an error to emit with `'error'` event.
888
- */
889
- destroy(error?: Error): this;
890
- /**
891
- * Event emitter
892
- * The defined events on documents including:
893
- * 1. close
894
- * 2. drain
895
- * 3. error
896
- * 4. finish
897
- * 5. pipe
898
- * 6. unpipe
899
- */
900
- addListener(event: "close", listener: () => void): this;
901
- addListener(event: "drain", listener: () => void): this;
902
- addListener(event: "error", listener: (err: Error) => void): this;
903
- addListener(event: "finish", listener: () => void): this;
904
- addListener(event: "pipe", listener: (src: Readable) => void): this;
905
- addListener(event: "unpipe", listener: (src: Readable) => void): this;
906
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
907
- emit(event: "close"): boolean;
908
- emit(event: "drain"): boolean;
909
- emit(event: "error", err: Error): boolean;
910
- emit(event: "finish"): boolean;
911
- emit(event: "pipe", src: Readable): boolean;
912
- emit(event: "unpipe", src: Readable): boolean;
913
- emit(event: string | symbol, ...args: any[]): boolean;
914
- on(event: "close", listener: () => void): this;
915
- on(event: "drain", listener: () => void): this;
916
- on(event: "error", listener: (err: Error) => void): this;
917
- on(event: "finish", listener: () => void): this;
918
- on(event: "pipe", listener: (src: Readable) => void): this;
919
- on(event: "unpipe", listener: (src: Readable) => void): this;
920
- on(event: string | symbol, listener: (...args: any[]) => void): this;
921
- once(event: "close", listener: () => void): this;
922
- once(event: "drain", listener: () => void): this;
923
- once(event: "error", listener: (err: Error) => void): this;
924
- once(event: "finish", listener: () => void): this;
925
- once(event: "pipe", listener: (src: Readable) => void): this;
926
- once(event: "unpipe", listener: (src: Readable) => void): this;
927
- once(event: string | symbol, listener: (...args: any[]) => void): this;
928
- prependListener(event: "close", listener: () => void): this;
929
- prependListener(event: "drain", listener: () => void): this;
930
- prependListener(event: "error", listener: (err: Error) => void): this;
931
- prependListener(event: "finish", listener: () => void): this;
932
- prependListener(event: "pipe", listener: (src: Readable) => void): this;
933
- prependListener(event: "unpipe", listener: (src: Readable) => void): this;
934
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
935
- prependOnceListener(event: "close", listener: () => void): this;
936
- prependOnceListener(event: "drain", listener: () => void): this;
937
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
938
- prependOnceListener(event: "finish", listener: () => void): this;
939
- prependOnceListener(event: "pipe", listener: (src: Readable) => void): this;
940
- prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this;
941
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
942
- removeListener(event: "close", listener: () => void): this;
943
- removeListener(event: "drain", listener: () => void): this;
944
- removeListener(event: "error", listener: (err: Error) => void): this;
945
- removeListener(event: "finish", listener: () => void): this;
946
- removeListener(event: "pipe", listener: (src: Readable) => void): this;
947
- removeListener(event: "unpipe", listener: (src: Readable) => void): this;
948
- removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
949
- }
950
- namespace internal {
951
- class Stream extends internal {
952
- constructor(opts?: ReadableOptions);
953
- }
954
- interface StreamOptions<T extends Stream> extends Abortable {
955
- emitClose?: boolean | undefined;
956
- highWaterMark?: number | undefined;
957
- objectMode?: boolean | undefined;
958
- construct?(this: T, callback: (error?: Error | null) => void): void;
959
- destroy?(this: T, error: Error | null, callback: (error?: Error | null) => void): void;
960
- autoDestroy?: boolean | undefined;
961
- }
962
- interface ReadableOptions extends StreamOptions<Readable> {
963
- encoding?: BufferEncoding | undefined;
964
- read?(this: Readable, size: number): void;
965
- }
966
- /**
967
- * @since v0.9.4
968
- */
969
- class Readable extends ReadableBase {
970
- /**
971
- * A utility method for creating a `Readable` from a web `ReadableStream`.
972
- * @since v17.0.0
973
- * @experimental
974
- */
975
- static fromWeb(
976
- readableStream: streamWeb.ReadableStream,
977
- options?: Pick<ReadableOptions, "encoding" | "highWaterMark" | "objectMode" | "signal">,
978
- ): Readable;
979
- /**
980
- * A utility method for creating a web `ReadableStream` from a `Readable`.
981
- * @since v17.0.0
982
- * @experimental
983
- */
984
- static toWeb(streamReadable: Readable): streamWeb.ReadableStream;
985
- }
986
- interface WritableOptions extends StreamOptions<Writable> {
987
- decodeStrings?: boolean | undefined;
988
- defaultEncoding?: BufferEncoding | undefined;
989
- write?(
990
- this: Writable,
991
- chunk: any,
992
- encoding: BufferEncoding,
993
- callback: (error?: Error | null) => void,
994
- ): void;
995
- writev?(
996
- this: Writable,
997
- chunks: Array<{
998
- chunk: any;
999
- encoding: BufferEncoding;
1000
- }>,
1001
- callback: (error?: Error | null) => void,
1002
- ): void;
1003
- final?(this: Writable, callback: (error?: Error | null) => void): void;
1004
- }
1005
- /**
1006
- * @since v0.9.4
1007
- */
1008
- class Writable extends WritableBase {
1009
- /**
1010
- * A utility method for creating a `Writable` from a web `WritableStream`.
1011
- * @since v17.0.0
1012
- * @experimental
1013
- */
1014
- static fromWeb(
1015
- writableStream: streamWeb.WritableStream,
1016
- options?: Pick<WritableOptions, "decodeStrings" | "highWaterMark" | "objectMode" | "signal">,
1017
- ): Writable;
1018
- /**
1019
- * A utility method for creating a web `WritableStream` from a `Writable`.
1020
- * @since v17.0.0
1021
- * @experimental
1022
- */
1023
- static toWeb(streamWritable: Writable): streamWeb.WritableStream;
1024
- }
1025
- interface DuplexOptions extends ReadableOptions, WritableOptions {
1026
- allowHalfOpen?: boolean | undefined;
1027
- readableObjectMode?: boolean | undefined;
1028
- writableObjectMode?: boolean | undefined;
1029
- readableHighWaterMark?: number | undefined;
1030
- writableHighWaterMark?: number | undefined;
1031
- writableCorked?: number | undefined;
1032
- construct?(this: Duplex, callback: (error?: Error | null) => void): void;
1033
- read?(this: Duplex, size: number): void;
1034
- write?(this: Duplex, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void;
1035
- writev?(
1036
- this: Duplex,
1037
- chunks: Array<{
1038
- chunk: any;
1039
- encoding: BufferEncoding;
1040
- }>,
1041
- callback: (error?: Error | null) => void,
1042
- ): void;
1043
- final?(this: Duplex, callback: (error?: Error | null) => void): void;
1044
- destroy?(this: Duplex, error: Error | null, callback: (error?: Error | null) => void): void;
1045
- }
1046
- /**
1047
- * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces.
1048
- *
1049
- * Examples of `Duplex` streams include:
1050
- *
1051
- * * `TCP sockets`
1052
- * * `zlib streams`
1053
- * * `crypto streams`
1054
- * @since v0.9.4
1055
- */
1056
- class Duplex extends ReadableBase implements WritableBase {
1057
- readonly writable: boolean;
1058
- readonly writableEnded: boolean;
1059
- readonly writableFinished: boolean;
1060
- readonly writableHighWaterMark: number;
1061
- readonly writableLength: number;
1062
- readonly writableObjectMode: boolean;
1063
- readonly writableCorked: number;
1064
- readonly writableNeedDrain: boolean;
1065
- readonly closed: boolean;
1066
- readonly errored: Error | null;
1067
- /**
1068
- * If `false` then the stream will automatically end the writable side when the
1069
- * readable side ends. Set initially by the `allowHalfOpen` constructor option,
1070
- * which defaults to `true`.
1071
- *
1072
- * This can be changed manually to change the half-open behavior of an existing
1073
- * `Duplex` stream instance, but must be changed before the `'end'` event is emitted.
1074
- * @since v0.9.4
1075
- */
1076
- allowHalfOpen: boolean;
1077
- constructor(opts?: DuplexOptions);
1078
- /**
1079
- * A utility method for creating duplex streams.
1080
- *
1081
- * - `Stream` converts writable stream into writable `Duplex` and readable stream
1082
- * to `Duplex`.
1083
- * - `Blob` converts into readable `Duplex`.
1084
- * - `string` converts into readable `Duplex`.
1085
- * - `ArrayBuffer` converts into readable `Duplex`.
1086
- * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`.
1087
- * - `AsyncGeneratorFunction` converts into a readable/writable transform
1088
- * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield
1089
- * `null`.
1090
- * - `AsyncFunction` converts into a writable `Duplex`. Must return
1091
- * either `null` or `undefined`
1092
- * - `Object ({ writable, readable })` converts `readable` and
1093
- * `writable` into `Stream` and then combines them into `Duplex` where the
1094
- * `Duplex` will write to the `writable` and read from the `readable`.
1095
- * - `Promise` converts into readable `Duplex`. Value `null` is ignored.
1096
- *
1097
- * @since v16.8.0
1098
- */
1099
- static from(
1100
- src:
1101
- | Stream
1102
- | NodeBlob
1103
- | ArrayBuffer
1104
- | string
1105
- | Iterable<any>
1106
- | AsyncIterable<any>
1107
- | AsyncGeneratorFunction
1108
- | Promise<any>
1109
- | Object,
1110
- ): Duplex;
1111
- _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void;
1112
- _writev?(
1113
- chunks: Array<{
1114
- chunk: any;
1115
- encoding: BufferEncoding;
1116
- }>,
1117
- callback: (error?: Error | null) => void,
1118
- ): void;
1119
- _destroy(error: Error | null, callback: (error?: Error | null) => void): void;
1120
- _final(callback: (error?: Error | null) => void): void;
1121
- write(chunk: any, encoding?: BufferEncoding, cb?: (error: Error | null | undefined) => void): boolean;
1122
- write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean;
1123
- setDefaultEncoding(encoding: BufferEncoding): this;
1124
- end(cb?: () => void): this;
1125
- end(chunk: any, cb?: () => void): this;
1126
- end(chunk: any, encoding?: BufferEncoding, cb?: () => void): this;
1127
- cork(): void;
1128
- uncork(): void;
1129
- /**
1130
- * A utility method for creating a web `ReadableStream` and `WritableStream` from a `Duplex`.
1131
- * @since v17.0.0
1132
- * @experimental
1133
- */
1134
- static toWeb(streamDuplex: Duplex): {
1135
- readable: streamWeb.ReadableStream;
1136
- writable: streamWeb.WritableStream;
1137
- };
1138
- /**
1139
- * A utility method for creating a `Duplex` from a web `ReadableStream` and `WritableStream`.
1140
- * @since v17.0.0
1141
- * @experimental
1142
- */
1143
- static fromWeb(
1144
- duplexStream: {
1145
- readable: streamWeb.ReadableStream;
1146
- writable: streamWeb.WritableStream;
1147
- },
1148
- options?: Pick<
1149
- DuplexOptions,
1150
- "allowHalfOpen" | "decodeStrings" | "encoding" | "highWaterMark" | "objectMode" | "signal"
1151
- >,
1152
- ): Duplex;
1153
- /**
1154
- * Event emitter
1155
- * The defined events on documents including:
1156
- * 1. close
1157
- * 2. data
1158
- * 3. drain
1159
- * 4. end
1160
- * 5. error
1161
- * 6. finish
1162
- * 7. pause
1163
- * 8. pipe
1164
- * 9. readable
1165
- * 10. resume
1166
- * 11. unpipe
1167
- */
1168
- addListener(event: "close", listener: () => void): this;
1169
- addListener(event: "data", listener: (chunk: any) => void): this;
1170
- addListener(event: "drain", listener: () => void): this;
1171
- addListener(event: "end", listener: () => void): this;
1172
- addListener(event: "error", listener: (err: Error) => void): this;
1173
- addListener(event: "finish", listener: () => void): this;
1174
- addListener(event: "pause", listener: () => void): this;
1175
- addListener(event: "pipe", listener: (src: Readable) => void): this;
1176
- addListener(event: "readable", listener: () => void): this;
1177
- addListener(event: "resume", listener: () => void): this;
1178
- addListener(event: "unpipe", listener: (src: Readable) => void): this;
1179
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1180
- emit(event: "close"): boolean;
1181
- emit(event: "data", chunk: any): boolean;
1182
- emit(event: "drain"): boolean;
1183
- emit(event: "end"): boolean;
1184
- emit(event: "error", err: Error): boolean;
1185
- emit(event: "finish"): boolean;
1186
- emit(event: "pause"): boolean;
1187
- emit(event: "pipe", src: Readable): boolean;
1188
- emit(event: "readable"): boolean;
1189
- emit(event: "resume"): boolean;
1190
- emit(event: "unpipe", src: Readable): boolean;
1191
- emit(event: string | symbol, ...args: any[]): boolean;
1192
- on(event: "close", listener: () => void): this;
1193
- on(event: "data", listener: (chunk: any) => void): this;
1194
- on(event: "drain", listener: () => void): this;
1195
- on(event: "end", listener: () => void): this;
1196
- on(event: "error", listener: (err: Error) => void): this;
1197
- on(event: "finish", listener: () => void): this;
1198
- on(event: "pause", listener: () => void): this;
1199
- on(event: "pipe", listener: (src: Readable) => void): this;
1200
- on(event: "readable", listener: () => void): this;
1201
- on(event: "resume", listener: () => void): this;
1202
- on(event: "unpipe", listener: (src: Readable) => void): this;
1203
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1204
- once(event: "close", listener: () => void): this;
1205
- once(event: "data", listener: (chunk: any) => void): this;
1206
- once(event: "drain", listener: () => void): this;
1207
- once(event: "end", listener: () => void): this;
1208
- once(event: "error", listener: (err: Error) => void): this;
1209
- once(event: "finish", listener: () => void): this;
1210
- once(event: "pause", listener: () => void): this;
1211
- once(event: "pipe", listener: (src: Readable) => void): this;
1212
- once(event: "readable", listener: () => void): this;
1213
- once(event: "resume", listener: () => void): this;
1214
- once(event: "unpipe", listener: (src: Readable) => void): this;
1215
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1216
- prependListener(event: "close", listener: () => void): this;
1217
- prependListener(event: "data", listener: (chunk: any) => void): this;
1218
- prependListener(event: "drain", listener: () => void): this;
1219
- prependListener(event: "end", listener: () => void): this;
1220
- prependListener(event: "error", listener: (err: Error) => void): this;
1221
- prependListener(event: "finish", listener: () => void): this;
1222
- prependListener(event: "pause", listener: () => void): this;
1223
- prependListener(event: "pipe", listener: (src: Readable) => void): this;
1224
- prependListener(event: "readable", listener: () => void): this;
1225
- prependListener(event: "resume", listener: () => void): this;
1226
- prependListener(event: "unpipe", listener: (src: Readable) => void): this;
1227
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1228
- prependOnceListener(event: "close", listener: () => void): this;
1229
- prependOnceListener(event: "data", listener: (chunk: any) => void): this;
1230
- prependOnceListener(event: "drain", listener: () => void): this;
1231
- prependOnceListener(event: "end", listener: () => void): this;
1232
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
1233
- prependOnceListener(event: "finish", listener: () => void): this;
1234
- prependOnceListener(event: "pause", listener: () => void): this;
1235
- prependOnceListener(event: "pipe", listener: (src: Readable) => void): this;
1236
- prependOnceListener(event: "readable", listener: () => void): this;
1237
- prependOnceListener(event: "resume", listener: () => void): this;
1238
- prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this;
1239
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1240
- removeListener(event: "close", listener: () => void): this;
1241
- removeListener(event: "data", listener: (chunk: any) => void): this;
1242
- removeListener(event: "drain", listener: () => void): this;
1243
- removeListener(event: "end", listener: () => void): this;
1244
- removeListener(event: "error", listener: (err: Error) => void): this;
1245
- removeListener(event: "finish", listener: () => void): this;
1246
- removeListener(event: "pause", listener: () => void): this;
1247
- removeListener(event: "pipe", listener: (src: Readable) => void): this;
1248
- removeListener(event: "readable", listener: () => void): this;
1249
- removeListener(event: "resume", listener: () => void): this;
1250
- removeListener(event: "unpipe", listener: (src: Readable) => void): this;
1251
- removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
1252
- }
1253
- /**
1254
- * The utility function `duplexPair` returns an Array with two items,
1255
- * each being a `Duplex` stream connected to the other side:
1256
- *
1257
- * ```js
1258
- * const [ sideA, sideB ] = duplexPair();
1259
- * ```
1260
- *
1261
- * Whatever is written to one stream is made readable on the other. It provides
1262
- * behavior analogous to a network connection, where the data written by the client
1263
- * becomes readable by the server, and vice-versa.
1264
- *
1265
- * The Duplex streams are symmetrical; one or the other may be used without any
1266
- * difference in behavior.
1267
- * @param options A value to pass to both {@link Duplex} constructors,
1268
- * to set options such as buffering.
1269
- * @since v22.6.0
1270
- */
1271
- function duplexPair(options?: DuplexOptions): [Duplex, Duplex];
1272
- type TransformCallback = (error?: Error | null, data?: any) => void;
1273
- interface TransformOptions extends DuplexOptions {
1274
- construct?(this: Transform, callback: (error?: Error | null) => void): void;
1275
- read?(this: Transform, size: number): void;
1276
- write?(
1277
- this: Transform,
1278
- chunk: any,
1279
- encoding: BufferEncoding,
1280
- callback: (error?: Error | null) => void,
1281
- ): void;
1282
- writev?(
1283
- this: Transform,
1284
- chunks: Array<{
1285
- chunk: any;
1286
- encoding: BufferEncoding;
1287
- }>,
1288
- callback: (error?: Error | null) => void,
1289
- ): void;
1290
- final?(this: Transform, callback: (error?: Error | null) => void): void;
1291
- destroy?(this: Transform, error: Error | null, callback: (error?: Error | null) => void): void;
1292
- transform?(this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void;
1293
- flush?(this: Transform, callback: TransformCallback): void;
1294
- }
1295
- /**
1296
- * Transform streams are `Duplex` streams where the output is in some way
1297
- * related to the input. Like all `Duplex` streams, `Transform` streams
1298
- * implement both the `Readable` and `Writable` interfaces.
1299
- *
1300
- * Examples of `Transform` streams include:
1301
- *
1302
- * * `zlib streams`
1303
- * * `crypto streams`
1304
- * @since v0.9.4
1305
- */
1306
- class Transform extends Duplex {
1307
- constructor(opts?: TransformOptions);
1308
- _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void;
1309
- _flush(callback: TransformCallback): void;
1310
- }
1311
- /**
1312
- * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is
1313
- * primarily for examples and testing, but there are some use cases where `stream.PassThrough` is useful as a building block for novel sorts of streams.
1314
- */
1315
- class PassThrough extends Transform {}
1316
- /**
1317
- * A stream to attach a signal to.
1318
- *
1319
- * Attaches an AbortSignal to a readable or writeable stream. This lets code
1320
- * control stream destruction using an `AbortController`.
1321
- *
1322
- * Calling `abort` on the `AbortController` corresponding to the passed `AbortSignal` will behave the same way as calling `.destroy(new AbortError())` on the
1323
- * stream, and `controller.error(new AbortError())` for webstreams.
1324
- *
1325
- * ```js
1326
- * const fs = require('node:fs');
1327
- *
1328
- * const controller = new AbortController();
1329
- * const read = addAbortSignal(
1330
- * controller.signal,
1331
- * fs.createReadStream(('object.json')),
1332
- * );
1333
- * // Later, abort the operation closing the stream
1334
- * controller.abort();
1335
- * ```
1336
- *
1337
- * Or using an `AbortSignal` with a readable stream as an async iterable:
1338
- *
1339
- * ```js
1340
- * const controller = new AbortController();
1341
- * setTimeout(() => controller.abort(), 10_000); // set a timeout
1342
- * const stream = addAbortSignal(
1343
- * controller.signal,
1344
- * fs.createReadStream(('object.json')),
1345
- * );
1346
- * (async () => {
1347
- * try {
1348
- * for await (const chunk of stream) {
1349
- * await process(chunk);
1350
- * }
1351
- * } catch (e) {
1352
- * if (e.name === 'AbortError') {
1353
- * // The operation was cancelled
1354
- * } else {
1355
- * throw e;
1356
- * }
1357
- * }
1358
- * })();
1359
- * ```
1360
- *
1361
- * Or using an `AbortSignal` with a ReadableStream:
1362
- *
1363
- * ```js
1364
- * const controller = new AbortController();
1365
- * const rs = new ReadableStream({
1366
- * start(controller) {
1367
- * controller.enqueue('hello');
1368
- * controller.enqueue('world');
1369
- * controller.close();
1370
- * },
1371
- * });
1372
- *
1373
- * addAbortSignal(controller.signal, rs);
1374
- *
1375
- * finished(rs, (err) => {
1376
- * if (err) {
1377
- * if (err.name === 'AbortError') {
1378
- * // The operation was cancelled
1379
- * }
1380
- * }
1381
- * });
1382
- *
1383
- * const reader = rs.getReader();
1384
- *
1385
- * reader.read().then(({ value, done }) => {
1386
- * console.log(value); // hello
1387
- * console.log(done); // false
1388
- * controller.abort();
1389
- * });
1390
- * ```
1391
- * @since v15.4.0
1392
- * @param signal A signal representing possible cancellation
1393
- * @param stream A stream to attach a signal to.
1394
- */
1395
- function addAbortSignal<T extends Stream>(signal: AbortSignal, stream: T): T;
1396
- /**
1397
- * Returns the default highWaterMark used by streams.
1398
- * Defaults to `65536` (64 KiB), or `16` for `objectMode`.
1399
- * @since v19.9.0
1400
- */
1401
- function getDefaultHighWaterMark(objectMode: boolean): number;
1402
- /**
1403
- * Sets the default highWaterMark used by streams.
1404
- * @since v19.9.0
1405
- * @param value highWaterMark value
1406
- */
1407
- function setDefaultHighWaterMark(objectMode: boolean, value: number): void;
1408
- interface FinishedOptions extends Abortable {
1409
- error?: boolean | undefined;
1410
- readable?: boolean | undefined;
1411
- writable?: boolean | undefined;
1412
- }
1413
- /**
1414
- * A readable and/or writable stream/webstream.
1415
- *
1416
- * A function to get notified when a stream is no longer readable, writable
1417
- * or has experienced an error or a premature close event.
1418
- *
1419
- * ```js
1420
- * const { finished } = require('node:stream');
1421
- * const fs = require('node:fs');
1422
- *
1423
- * const rs = fs.createReadStream('archive.tar');
1424
- *
1425
- * finished(rs, (err) => {
1426
- * if (err) {
1427
- * console.error('Stream failed.', err);
1428
- * } else {
1429
- * console.log('Stream is done reading.');
1430
- * }
1431
- * });
1432
- *
1433
- * rs.resume(); // Drain the stream.
1434
- * ```
1435
- *
1436
- * Especially useful in error handling scenarios where a stream is destroyed
1437
- * prematurely (like an aborted HTTP request), and will not emit `'end'` or `'finish'`.
1438
- *
1439
- * The `finished` API provides [`promise version`](https://nodejs.org/docs/latest-v22.x/api/stream.html#streamfinishedstream-options).
1440
- *
1441
- * `stream.finished()` leaves dangling event listeners (in particular `'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been
1442
- * invoked. The reason for this is so that unexpected `'error'` events (due to
1443
- * incorrect stream implementations) do not cause unexpected crashes.
1444
- * If this is unwanted behavior then the returned cleanup function needs to be
1445
- * invoked in the callback:
1446
- *
1447
- * ```js
1448
- * const cleanup = finished(rs, (err) => {
1449
- * cleanup();
1450
- * // ...
1451
- * });
1452
- * ```
1453
- * @since v10.0.0
1454
- * @param stream A readable and/or writable stream.
1455
- * @param callback A callback function that takes an optional error argument.
1456
- * @returns A cleanup function which removes all registered listeners.
1457
- */
1458
- function finished(
1459
- stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream,
1460
- options: FinishedOptions,
1461
- callback: (err?: NodeJS.ErrnoException | null) => void,
1462
- ): () => void;
1463
- function finished(
1464
- stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream,
1465
- callback: (err?: NodeJS.ErrnoException | null) => void,
1466
- ): () => void;
1467
- namespace finished {
1468
- function __promisify__(
1469
- stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream,
1470
- options?: FinishedOptions,
1471
- ): Promise<void>;
1472
- }
1473
- type PipelineSourceFunction<T> = () => Iterable<T> | AsyncIterable<T>;
1474
- type PipelineSource<T> = Iterable<T> | AsyncIterable<T> | NodeJS.ReadableStream | PipelineSourceFunction<T>;
1475
- type PipelineTransform<S extends PipelineTransformSource<any>, U> =
1476
- | NodeJS.ReadWriteStream
1477
- | ((
1478
- source: S extends (...args: any[]) => Iterable<infer ST> | AsyncIterable<infer ST> ? AsyncIterable<ST>
1479
- : S,
1480
- ) => AsyncIterable<U>);
1481
- type PipelineTransformSource<T> = PipelineSource<T> | PipelineTransform<any, T>;
1482
- type PipelineDestinationIterableFunction<T> = (source: AsyncIterable<T>) => AsyncIterable<any>;
1483
- type PipelineDestinationPromiseFunction<T, P> = (source: AsyncIterable<T>) => Promise<P>;
1484
- type PipelineDestination<S extends PipelineTransformSource<any>, P> = S extends
1485
- PipelineTransformSource<infer ST> ?
1486
- | NodeJS.WritableStream
1487
- | PipelineDestinationIterableFunction<ST>
1488
- | PipelineDestinationPromiseFunction<ST, P>
1489
- : never;
1490
- type PipelineCallback<S extends PipelineDestination<any, any>> = S extends
1491
- PipelineDestinationPromiseFunction<any, infer P> ? (err: NodeJS.ErrnoException | null, value: P) => void
1492
- : (err: NodeJS.ErrnoException | null) => void;
1493
- type PipelinePromise<S extends PipelineDestination<any, any>> = S extends
1494
- PipelineDestinationPromiseFunction<any, infer P> ? Promise<P> : Promise<void>;
1495
- interface PipelineOptions {
1496
- signal?: AbortSignal | undefined;
1497
- end?: boolean | undefined;
1498
- }
1499
- /**
1500
- * A module method to pipe between streams and generators forwarding errors and
1501
- * properly cleaning up and provide a callback when the pipeline is complete.
1502
- *
1503
- * ```js
1504
- * const { pipeline } = require('node:stream');
1505
- * const fs = require('node:fs');
1506
- * const zlib = require('node:zlib');
1507
- *
1508
- * // Use the pipeline API to easily pipe a series of streams
1509
- * // together and get notified when the pipeline is fully done.
1510
- *
1511
- * // A pipeline to gzip a potentially huge tar file efficiently:
1512
- *
1513
- * pipeline(
1514
- * fs.createReadStream('archive.tar'),
1515
- * zlib.createGzip(),
1516
- * fs.createWriteStream('archive.tar.gz'),
1517
- * (err) => {
1518
- * if (err) {
1519
- * console.error('Pipeline failed.', err);
1520
- * } else {
1521
- * console.log('Pipeline succeeded.');
1522
- * }
1523
- * },
1524
- * );
1525
- * ```
1526
- *
1527
- * The `pipeline` API provides a [`promise version`](https://nodejs.org/docs/latest-v22.x/api/stream.html#streampipelinesource-transforms-destination-options).
1528
- *
1529
- * `stream.pipeline()` will call `stream.destroy(err)` on all streams except:
1530
- *
1531
- * * `Readable` streams which have emitted `'end'` or `'close'`.
1532
- * * `Writable` streams which have emitted `'finish'` or `'close'`.
1533
- *
1534
- * `stream.pipeline()` leaves dangling event listeners on the streams
1535
- * after the `callback` has been invoked. In the case of reuse of streams after
1536
- * failure, this can cause event listener leaks and swallowed errors. If the last
1537
- * stream is readable, dangling event listeners will be removed so that the last
1538
- * stream can be consumed later.
1539
- *
1540
- * `stream.pipeline()` closes all the streams when an error is raised.
1541
- * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior
1542
- * once it would destroy the socket without sending the expected response.
1543
- * See the example below:
1544
- *
1545
- * ```js
1546
- * const fs = require('node:fs');
1547
- * const http = require('node:http');
1548
- * const { pipeline } = require('node:stream');
1549
- *
1550
- * const server = http.createServer((req, res) => {
1551
- * const fileStream = fs.createReadStream('./fileNotExist.txt');
1552
- * pipeline(fileStream, res, (err) => {
1553
- * if (err) {
1554
- * console.log(err); // No such file
1555
- * // this message can't be sent once `pipeline` already destroyed the socket
1556
- * return res.end('error!!!');
1557
- * }
1558
- * });
1559
- * });
1560
- * ```
1561
- * @since v10.0.0
1562
- * @param callback Called when the pipeline is fully done.
1563
- */
1564
- function pipeline<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(
1565
- source: A,
1566
- destination: B,
1567
- callback: PipelineCallback<B>,
1568
- ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream;
1569
- function pipeline<
1570
- A extends PipelineSource<any>,
1571
- T1 extends PipelineTransform<A, any>,
1572
- B extends PipelineDestination<T1, any>,
1573
- >(
1574
- source: A,
1575
- transform1: T1,
1576
- destination: B,
1577
- callback: PipelineCallback<B>,
1578
- ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream;
1579
- function pipeline<
1580
- A extends PipelineSource<any>,
1581
- T1 extends PipelineTransform<A, any>,
1582
- T2 extends PipelineTransform<T1, any>,
1583
- B extends PipelineDestination<T2, any>,
1584
- >(
1585
- source: A,
1586
- transform1: T1,
1587
- transform2: T2,
1588
- destination: B,
1589
- callback: PipelineCallback<B>,
1590
- ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream;
1591
- function pipeline<
1592
- A extends PipelineSource<any>,
1593
- T1 extends PipelineTransform<A, any>,
1594
- T2 extends PipelineTransform<T1, any>,
1595
- T3 extends PipelineTransform<T2, any>,
1596
- B extends PipelineDestination<T3, any>,
1597
- >(
1598
- source: A,
1599
- transform1: T1,
1600
- transform2: T2,
1601
- transform3: T3,
1602
- destination: B,
1603
- callback: PipelineCallback<B>,
1604
- ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream;
1605
- function pipeline<
1606
- A extends PipelineSource<any>,
1607
- T1 extends PipelineTransform<A, any>,
1608
- T2 extends PipelineTransform<T1, any>,
1609
- T3 extends PipelineTransform<T2, any>,
1610
- T4 extends PipelineTransform<T3, any>,
1611
- B extends PipelineDestination<T4, any>,
1612
- >(
1613
- source: A,
1614
- transform1: T1,
1615
- transform2: T2,
1616
- transform3: T3,
1617
- transform4: T4,
1618
- destination: B,
1619
- callback: PipelineCallback<B>,
1620
- ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream;
1621
- function pipeline(
1622
- streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>,
1623
- callback: (err: NodeJS.ErrnoException | null) => void,
1624
- ): NodeJS.WritableStream;
1625
- function pipeline(
1626
- stream1: NodeJS.ReadableStream,
1627
- stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream,
1628
- ...streams: Array<
1629
- NodeJS.ReadWriteStream | NodeJS.WritableStream | ((err: NodeJS.ErrnoException | null) => void)
1630
- >
1631
- ): NodeJS.WritableStream;
1632
- namespace pipeline {
1633
- function __promisify__<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(
1634
- source: A,
1635
- destination: B,
1636
- options?: PipelineOptions,
1637
- ): PipelinePromise<B>;
1638
- function __promisify__<
1639
- A extends PipelineSource<any>,
1640
- T1 extends PipelineTransform<A, any>,
1641
- B extends PipelineDestination<T1, any>,
1642
- >(
1643
- source: A,
1644
- transform1: T1,
1645
- destination: B,
1646
- options?: PipelineOptions,
1647
- ): PipelinePromise<B>;
1648
- function __promisify__<
1649
- A extends PipelineSource<any>,
1650
- T1 extends PipelineTransform<A, any>,
1651
- T2 extends PipelineTransform<T1, any>,
1652
- B extends PipelineDestination<T2, any>,
1653
- >(
1654
- source: A,
1655
- transform1: T1,
1656
- transform2: T2,
1657
- destination: B,
1658
- options?: PipelineOptions,
1659
- ): PipelinePromise<B>;
1660
- function __promisify__<
1661
- A extends PipelineSource<any>,
1662
- T1 extends PipelineTransform<A, any>,
1663
- T2 extends PipelineTransform<T1, any>,
1664
- T3 extends PipelineTransform<T2, any>,
1665
- B extends PipelineDestination<T3, any>,
1666
- >(
1667
- source: A,
1668
- transform1: T1,
1669
- transform2: T2,
1670
- transform3: T3,
1671
- destination: B,
1672
- options?: PipelineOptions,
1673
- ): PipelinePromise<B>;
1674
- function __promisify__<
1675
- A extends PipelineSource<any>,
1676
- T1 extends PipelineTransform<A, any>,
1677
- T2 extends PipelineTransform<T1, any>,
1678
- T3 extends PipelineTransform<T2, any>,
1679
- T4 extends PipelineTransform<T3, any>,
1680
- B extends PipelineDestination<T4, any>,
1681
- >(
1682
- source: A,
1683
- transform1: T1,
1684
- transform2: T2,
1685
- transform3: T3,
1686
- transform4: T4,
1687
- destination: B,
1688
- options?: PipelineOptions,
1689
- ): PipelinePromise<B>;
1690
- function __promisify__(
1691
- streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>,
1692
- options?: PipelineOptions,
1693
- ): Promise<void>;
1694
- function __promisify__(
1695
- stream1: NodeJS.ReadableStream,
1696
- stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream,
1697
- ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | PipelineOptions>
1698
- ): Promise<void>;
1699
- }
1700
- interface Pipe {
1701
- close(): void;
1702
- hasRef(): boolean;
1703
- ref(): void;
1704
- unref(): void;
1705
- }
1706
- /**
1707
- * Returns whether the stream has encountered an error.
1708
- * @since v17.3.0, v16.14.0
1709
- * @experimental
1710
- */
1711
- function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean;
1712
- /**
1713
- * Returns whether the stream is readable.
1714
- * @since v17.4.0, v16.14.0
1715
- * @experimental
1716
- */
1717
- function isReadable(stream: Readable | NodeJS.ReadableStream): boolean;
1718
- const promises: typeof streamPromises;
1719
- const consumers: typeof streamConsumers;
1720
- }
1721
- export = internal;
1722
- }
1723
- declare module "node:stream" {
1724
- import stream = require("stream");
1725
- export = stream;
1726
- }