We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent acd7758 commit b49464bCopy full SHA for b49464b
doc/api/stream.md
@@ -237,9 +237,16 @@ The `pipeline` API provides [callback version][stream-pipeline]:
237
238
<!-- YAML
239
added: v15.0.0
240
+changes:
241
+ - version:
242
+ - v19.5.0
243
+ - v18.14.0
244
+ pr-url: https://github.com/nodejs/node/pull/46205
245
+ description: Added support for `ReadableStream` and `WritableStream`.
246
-->
247
-* `stream` {Stream}
248
+* `stream` {Stream|ReadableStream|WritableStream} A readable and/or writable
249
+ stream/webstream.
250
* `options` {Object}
251
* `error` {boolean|undefined}
252
* `readable` {boolean|undefined}
0 commit comments