Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,16 @@ The `pipeline` API provides [callback version][stream-pipeline]:

<!-- YAML
added: v15.0.0
changes:
- version:
- v18.14.0
- v20.0.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3225498 shows it is added starting from v20.0.0
cde59606cd shows it is backported to v18.14.0

pr-url: https://github.com/nodejs/node/pull/46205
Comment thread
benjamingr marked this conversation as resolved.
description: Added support for `ReadableStream` and `WritableStream`.
-->

* `stream` {Stream}
* `stream` {Stream|ReadableStream|WritableStream} A readable and/or writable
stream/webstream.
* `options` {Object}
* `error` {boolean|undefined}
* `readable` {boolean|undefined}
Expand Down