Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 443f86f39f0..966c69c5117 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1685,7 +1685,7 @@ showBoth();
### `readable.map(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.14.0
-->
> Stability: 1 - Experimental
@@ -1729,7 +1729,7 @@ for await (const result of dnsResults) {
### `readable.filter(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.14.0
-->
> Stability: 1 - Experimental
@@ -2250,7 +2250,7 @@ Returns whether the stream has been read from or cancelled.
### `stream.isErrored(stream)`
<!-- YAML
-added: REPLACEME
+added: v16.14.0
-->
> Stability: 1 - Experimental
@@ -2263,7 +2263,7 @@ Returns whether the stream has encountered an error.
### `stream.isReadable(stream)`
<!-- YAML
-added: REPLACEME
+added: v16.14.0
-->
> Stability: 1 - Experimental