From 5ec14a98e0d6e8642d3bfea516321d57135d1cd6 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 15 Nov 2021 20:47:52 +0100 Subject: [PATCH] doc: fix `added:` info for `Readable.fromWeb()` `stream.Readable.fromWeb()` was added to Node.js v17.0.0 via a99c230305. Refs: https://github.com/nodejs/node/issues/40818 --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 66436eff9cb6d4..a8ed097f37bf00 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2187,7 +2187,7 @@ for performance reasons. ### `stream.Readable.fromWeb(readableStream[, options])` > Stability: 1 - Experimental