Skip to content

Commit 3cfa55c

Browse files
committed
doc: update api stream.compose
1 parent ef7363e commit 3cfa55c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/api/stream.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2824,6 +2824,10 @@ const server = http.createServer((req, res) => {
28242824
added: v16.9.0
28252825
changes:
28262826
- version:
2827+
- REPLACEME
2828+
pr-url: https://github.com/nodejs/node/pull/50187
2829+
description: Added support for stream class.
2830+
pr-url:
28272831
- v19.8.0
28282832
- v18.16.0
28292833
pr-url: https://github.com/nodejs/node/pull/46675
@@ -2833,7 +2837,7 @@ changes:
28332837
> Stability: 1 - `stream.compose` is experimental.
28342838
28352839
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
2836-
ReadableStream\[]|WritableStream\[]|TransformStream\[]}
2840+
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
28372841
* Returns: {stream.Duplex}
28382842

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

0 commit comments

Comments
 (0)