From 2419b31a30569473291f6ad22fdc9b10fb96e70f Mon Sep 17 00:00:00 2001 From: Jimmy Leung <43258070+hkleungai@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:25:24 +0800 Subject: [PATCH] doc: update history of stream.Readable.toWeb() Adds the exact version for when the 2nd `options` argument is available. Refs: https://github.com/nodejs/node/pull/43515 --- doc/api/stream.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/stream.md b/doc/api/stream.md index 6f5fdd05a15d82..e80b2e6c28df81 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -3138,6 +3138,11 @@ Returns whether the stream is readable. > Stability: 1 - Experimental