Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: mark stream.compose stable
Signed-off-by: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
mcollina committed May 14, 2026
commit 553c1be2f9e8a07460e5733e0d104d7fd125e4d6
5 changes: 4 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3013,6 +3013,9 @@ const server = http.createServer((req, res) => {
<!-- YAML
added: v16.9.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/62562
description: Marking the API stable.
- version:
- v21.1.0
- v20.10.0
Expand All @@ -3025,7 +3028,7 @@ changes:
description: Added support for webstreams.
-->

> Stability: 1 - `stream.compose` is experimental.
> Stability: 2 - Stable

* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
Expand Down
Loading