★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2e3d511cffNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: correct version metadata for Readable.from
PR-URL: #32639
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
kzar authored and BethGriggs committed Apr 6, 2020
1 parent 34c1c2a commit 2e3d511cff9ded88682290198e57ae79f38abe69
Showing with 3 additions and 1 deletion.
  1. +3 −1 doc/api/stream.md
@@ -1463,7 +1463,9 @@ run().catch(console.error);

### Readable.from(iterable, [options])
<!-- YAML
added: v12.3.0
added:
- v12.3.0
- v10.17.0
-->

* `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or

0 comments on commit 2e3d511

Please sign in to comment.