stream: mark compose as experimental

PR-URL: https://github.com/nodejs/node/pull/39494
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Robert Nagy 2021-07-23 07:46:28 +02:00
parent 79f4d5a345
commit ab03ab4ca9

View File

@ -1861,6 +1861,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}