Skip to content

Commit

Permalink
doc: update api stream.compose
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Oct 16, 2023
1 parent ef7363e commit 3cfa55c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2824,6 +2824,10 @@ const server = http.createServer((req, res) => {
added: v16.9.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/50187
description: Added support for stream class.
pr-url:
- v19.8.0
- v18.16.0
pr-url: https://github.com/nodejs/node/pull/46675
Expand All @@ -2833,7 +2837,7 @@ changes:
> Stability: 1 - `stream.compose` is experimental.
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
ReadableStream\[]|WritableStream\[]|TransformStream\[]}
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
* Returns: {stream.Duplex}

Combines two or more streams into a `Duplex` stream that writes to the
Expand Down

0 comments on commit 3cfa55c

Please sign in to comment.