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 0d93e5492c9..cd7577dbc98 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1263,7 +1263,7 @@ the stream has not been destroyed or emitted `'error'` or `'end'`.
##### `readable.readableAborted`
<!-- YAML
-added: REPLACEME
+added: v16.8.0
-->
> Stability: 1 - Experimental
@@ -2079,7 +2079,7 @@ added: REPLACEME
### `stream.Readable.isDisturbed(stream)`
<!-- YAML
-added: REPLACEME
+added: v16.8.0
-->
> Stability: 1 - Experimental
@@ -2126,7 +2126,7 @@ added: REPLACEME
### `stream.Duplex.from(src)`
<!-- YAML
-added: REPLACEME
+added: v16.8.0
-->
* `src` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable|