Skip to content

Commit 34c1c2a

Browse files
addaleaxBethGriggs
authored andcommitted
doc: add missing version metadata for Readable.from
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]>
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

Lines changed: 3 additions & 0 deletions
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)