Skip to content

Commit 1a5e400

Browse files
committed
doc: mark stream.compose stable
1 parent 86282b5 commit 1a5e400

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/stream.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2958,6 +2958,9 @@ const server = http.createServer((req, res) => {
29582958
<!-- YAML
29592959
added: v16.9.0
29602960
changes:
2961+
- version: REPLACEME
2962+
pr-url: REPLACEME
2963+
description: Marking the API stable.
29612964
- version:
29622965
- v21.1.0
29632966
- v20.10.0
@@ -2970,7 +2973,7 @@ changes:
29702973
description: Added support for webstreams.
29712974
-->
29722975

2973-
> Stability: 1 - `stream.compose` is experimental.
2976+
> Stability: 2 - Stable
29742977
29752978
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
29762979
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}

0 commit comments

Comments
 (0)