Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
climba03003 committed Apr 16, 2024
commit b6e62b7afc509edd4d12562e47dcc48ea5a4820a
5 changes: 3 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,11 @@ changes:
- v18.14.0
- v20.0.0
pr-url: https://github.com/nodejs/node/pull/46205
Comment thread
benjamingr marked this conversation as resolved.
description: Add support for ReadableStream and WritableStream
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