Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: correct version metadata for Readable.from
  • Loading branch information
kzar committed Apr 3, 2020
commit d82758fea44a1e704a3be6e0e7d5dd8c51dda27b
4 changes: 3 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down