There was an error while loading. Please reload this page.
1 parent 1ebbbd5 commit 1da05fbCopy full SHA for 1da05fb
1 file changed
doc/api/stream.md
@@ -2948,6 +2948,9 @@ const server = http.createServer((req, res) => {
2948
<!-- YAML
2949
added: v16.9.0
2950
changes:
2951
+ - version: REPLACEME
2952
+ pr-url: https://github.com/nodejs/node/pull/62562
2953
+ description: Marking the API stable.
2954
- version:
2955
- v21.1.0
2956
- v20.10.0
@@ -2960,8 +2963,6 @@ changes:
2960
2963
description: Added support for webstreams.
2961
2964
-->
2962
2965
-> Stability: 1 - `stream.compose` is experimental.
-
2966
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
2967
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
2968
* Returns: {stream.Duplex}
0 commit comments