Skip to content
Open
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
5 changes: 4 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2958,6 +2958,9 @@
<!-- YAML
added: v16.9.0
changes:
- version: REPLACEME
pr-url: REPLACEME

Check warning on line 2962 in doc/api/stream.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Marking the API stable.
- version:
- v21.1.0
- v20.10.0
Expand All @@ -2970,7 +2973,7 @@
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