Skip to content

Commit 4b50335

Browse files
himself65targos
authored andcommitted
doc: update api stream.compose
PR-URL: #50206 Refs: https://github.com/nodejs/node/pull/50187/files#r1361215879 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent 696ba93 commit 4b50335

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/api/stream.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2850,15 +2850,20 @@ const server = http.createServer((req, res) => {
28502850
<!-- YAML
28512851
added: v16.9.0
28522852
changes:
2853-
- version: v19.8.0
2853+
- version: REPLACEME
2854+
pr-url: https://github.com/nodejs/node/pull/50187
2855+
description: Added support for stream class.
2856+
- version:
2857+
- v19.8.0
2858+
- v18.16.0
28542859
pr-url: https://github.com/nodejs/node/pull/46675
28552860
description: Added support for webstreams.
28562861
-->
28572862

28582863
> Stability: 1 - `stream.compose` is experimental.
28592864
28602865
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
2861-
ReadableStream\[]|WritableStream\[]|TransformStream\[]}
2866+
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
28622867
* Returns: {stream.Duplex}
28632868

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

0 commit comments

Comments
 (0)