Skip to content
Closed
Changes from 1 commit
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
Next Next commit
doc: add missing version metadata for Readable.from
Fixes: #28693
  • Loading branch information
addaleax committed Jul 15, 2019
commit 8fc6127f6a458a3bf47b0533f5bc2d2792bee9a6
3 changes: 3 additions & 0 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,9 @@ run().catch(console.error);
```

### stream.Readable.from(iterable, [options])
<!--
Comment thread
addaleax marked this conversation as resolved.
Outdated
added: v12.3.0
-->

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