From 1b2d2f7e682268228b1352cba7389db01614812a Mon Sep 17 00:00:00 2001 From: Jimmy Leung <43258070+hkleungai@users.noreply.github.com> Date: Sat, 8 Feb 2025 03:05:04 +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 PR-URL: https://github.com/nodejs/node/pull/56928 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- 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