We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86282b5 commit 1a5e400Copy full SHA for 1a5e400
doc/api/stream.md
@@ -2958,6 +2958,9 @@ const server = http.createServer((req, res) => {
2958
<!-- YAML
2959
added: v16.9.0
2960
changes:
2961
+ - version: REPLACEME
2962
+ pr-url: REPLACEME
2963
+ description: Marking the API stable.
2964
- version:
2965
- v21.1.0
2966
- v20.10.0
@@ -2970,7 +2973,7 @@ changes:
2970
2973
description: Added support for webstreams.
2971
2974
-->
2972
2975
-> Stability: 1 - `stream.compose` is experimental.
2976
+> Stability: 2 - Stable
2977
2978
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
2979
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
0 commit comments