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 <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
addaleax authored and BethGriggs committed Apr 6, 2020
1 parent e9c590e commit 34c1c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,9 @@ run().catch(console.error);
```

### 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 34c1c2a

Please sign in to comment.