Skip to content

Commit 34c1c2a

Browse files
addaleaxBethGriggs
authored andcommittedApr 6, 2020
doc: add missing version metadata for Readable.from
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>
1 parent e9c590e commit 34c1c2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎doc/api/stream.md

+3
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,9 @@ run().catch(console.error);
14621462
```
14631463

14641464
### Readable.from(iterable, [options])
1465+
<!-- YAML
1466+
added: v12.3.0
1467+
-->
14651468

14661469
* `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or
14671470
`Symbol.iterator` iterable protocol.

0 commit comments

Comments
 (0)
Please sign in to comment.