From 8d21a3e5bebab18a58ed3299cdf226803c16870b Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Fri, 23 Jul 2021 07:46:28 +0200 Subject: [PATCH] stream: mark compose as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39494 Reviewed-By: Michaƫl Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Matteo Collina Reviewed-By: James M Snell --- doc/api/stream.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/stream.md b/doc/api/stream.md index e75e186c440245..3d5c4d0f2275d3 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1862,6 +1862,8 @@ failure, this can cause event listener leaks and swallowed errors. added: REPLACEME --> +> Stability: 1 - `stream.compose` is experimental. + * `streams` {Stream[]|Iterable[]|AsyncIterable[]|Function[]} * Returns: {stream.Duplex}