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
Next Next commit
doc: correct stream.finished changes
  • Loading branch information
climba03003 committed Apr 16, 2024
commit 0d38b1050037b4f5b06f5a0798c6e142d083e24d
6 changes: 6 additions & 0 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ 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: Add support for ReadableStream and WritableStream
-->

* `stream` {Stream}
Expand Down