Skip to content
Merged
Changes from 5 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:
- v19.5.0
- v18.14.0
pr-url: https://github.com/nodejs/node/pull/52551
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sorry, that was a brainfart :D the lint tricked me

Comment thread
benjamingr marked this conversation as resolved.
Outdated
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