Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2021-11-15 22:47:52 +0300
committerLuigi Pinca <luigipinca@gmail.com>2021-11-18 09:19:30 +0300
commitaa394ab5b9c6ac9f1308c2aa4d3982ce868411c9 (patch)
tree4a303f68aab0a154510af91315e41db2e1810932 /doc/api/stream.md
parent0c2011c6c5d311a9ffada662fd568e842cad52cc (diff)
doc: fix `added:` info for `Readable.fromWeb()`
`stream.Readable.fromWeb()` was added to Node.js v17.0.0 via a99c230305. PR-URL: https://github.com/nodejs/node/pull/40820 Refs: https://github.com/nodejs/node/issues/40818 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 66436eff9cb..a8ed097f37b 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -2187,7 +2187,7 @@ for performance reasons.
### `stream.Readable.fromWeb(readableStream[, options])`
<!-- YAML
-added: v16.11.0
+added: v17.0.0
-->
> Stability: 1 - Experimental