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 691915e commit 189d43aCopy full SHA for 189d43a
1 file changed
doc/api/stream.md
@@ -3013,6 +3013,9 @@ const server = http.createServer((req, res) => {
3013
<!-- YAML
3014
added: v16.9.0
3015
changes:
3016
+ - version: REPLACEME
3017
+ pr-url: https://github.com/nodejs/node/pull/62562
3018
+ description: Marking the API stable.
3019
- version:
3020
- v21.1.0
3021
- v20.10.0
@@ -3025,7 +3028,7 @@ changes:
3025
3028
description: Added support for webstreams.
3026
3029
-->
3027
3030
-> Stability: 1 - `stream.compose` is experimental.
3031
+> Stability: 2 - Stable
3032
3033
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
3034
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
0 commit comments