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:
-rw-r--r--doc/api/stream.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 7a54cead755..9a722ca8ad2 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1670,7 +1670,9 @@ failure, this can cause event listener leaks and swallowed errors.
### `stream.Readable.from(iterable, [options])`
<!-- YAML
-added: v12.3.0
+added:
+ - v12.3.0
+ - v10.17.0
-->
* `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or