-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toWeb/fromWeb incorrectly listed as being added in 16.11 #40818
Comments
lpinca
added a commit
to lpinca/node
that referenced
this issue
Nov 15, 2021
This reverts commit 1db2ffd. Fixes: nodejs#40818
lpinca
added a commit
to lpinca/node
that referenced
this issue
Nov 15, 2021
`stream.Readable.fromWeb()` was added to Node.js v17.0.0 via a99c230. Refs: nodejs#40818
Mesteery
added
doc
Issues and PRs related to the documentations.
stream
Issues and PRs related to the stream subsystem.
labels
Nov 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
16.11
Platform
All
Subsystem
streams
What steps will reproduce the bug?
The documentation is incorrectly listing Node.js 16.11 as when the toWeb/fromWeb functions were added. Those are currently only in 17.x
https://nodejs.org/dist/latest-v17.x/docs/api/stream.html#streamreadablefromwebreadablestream-options
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: