We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stream.compose
1 parent ef7363e commit 10789bfCopy full SHA for 10789bf
1 file changed
doc/api/stream.md
@@ -2823,6 +2823,9 @@ const server = http.createServer((req, res) => {
2823
<!-- YAML
2824
added: v16.9.0
2825
changes:
2826
+ - version: REPLACEME
2827
+ pr-url: https://github.com/nodejs/node/pull/50187
2828
+ description: Added support for stream class.
2829
- version:
2830
- v19.8.0
2831
- v18.16.0
@@ -2833,7 +2836,7 @@ changes:
2833
2836
> Stability: 1 - `stream.compose` is experimental.
2834
2837
2835
2838
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
- ReadableStream\[]|WritableStream\[]|TransformStream\[]}
2839
+ ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
2840
* Returns: {stream.Duplex}
2841
2842
Combines two or more streams into a `Duplex` stream that writes to the
0 commit comments