Skip to content

Commit

Permalink
doc: add missing version metadata for Readable.from
Browse files Browse the repository at this point in the history
Fixes: #28693

PR-URL: #28695
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
addaleax committed Jul 15, 2019
1 parent 7e543bb commit ef57911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/stream.md
Expand Up @@ -1517,6 +1517,9 @@ run().catch(console.error);
```

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

* `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or
`Symbol.iterator` iterable protocol.
Expand Down

0 comments on commit ef57911

Please sign in to comment.