From 1a5e400fde0553e677632ea51067f8f6f6b22287 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 2 Apr 2026 16:52:58 +0200 Subject: [PATCH] doc: mark stream.compose stable --- doc/api/stream.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 65afeaad6306e0..ca1d8ff605cd94 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2958,6 +2958,9 @@ const server = http.createServer((req, res) => { -> Stability: 1 - `stream.compose` is experimental. +> Stability: 2 - Stable * `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]| ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}