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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 7660b5f50fc..aca80150fa0 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1686,7 +1686,7 @@ showBoth();
### `readable.map(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
> Stability: 1 - Experimental
@@ -1730,7 +1730,7 @@ for await (const result of dnsResults) {
### `readable.filter(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
> Stability: 1 - Experimental
@@ -2280,7 +2280,7 @@ Returns whether the stream has encountered an error.
### `stream.isReadable(stream)`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
> Stability: 1 - Experimental