doc: add missing version metadata for Readable.from
Fixes: https://github.com/nodejs/node/issues/28693 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
7e543bb2e4
commit
ef579110cd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user