Skip to content

Commit b8f7e6d

Browse files
mcollinaaduh95
authored andcommitted
doc: mark stream.compose stable
Signed-off-by: Matteo Collina <matteo.collina@gmail.com> PR-URL: #62562 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 638e07c commit b8f7e6d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/api/stream.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2948,6 +2948,9 @@ const server = http.createServer((req, res) => {
29482948
<!-- YAML
29492949
added: v16.9.0
29502950
changes:
2951+
- version: REPLACEME
2952+
pr-url: https://github.com/nodejs/node/pull/62562
2953+
description: Marking the API stable.
29512954
- version:
29522955
- v21.1.0
29532956
- v20.10.0
@@ -2960,8 +2963,6 @@ changes:
29602963
description: Added support for webstreams.
29612964
-->
29622965

2963-
> Stability: 1 - `stream.compose` is experimental.
2964-
29652966
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
29662967
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
29672968
* Returns: {stream.Duplex}

0 commit comments

Comments
 (0)