Skip to content

Commit 189d43a

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 691915e commit 189d43a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/api/stream.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3013,6 +3013,9 @@ const server = http.createServer((req, res) => {
30133013
<!-- YAML
30143014
added: v16.9.0
30153015
changes:
3016+
- version: REPLACEME
3017+
pr-url: https://github.com/nodejs/node/pull/62562
3018+
description: Marking the API stable.
30163019
- version:
30173020
- v21.1.0
30183021
- v20.10.0
@@ -3025,7 +3028,7 @@ changes:
30253028
description: Added support for webstreams.
30263029
-->
30273030

3028-
> Stability: 1 - `stream.compose` is experimental.
3031+
> Stability: 2 - Stable
30293032
30303033
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
30313034
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}

0 commit comments

Comments
 (0)