-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
lpinca
added a commit
that referenced
this issue
Nov 18, 2021
`stream.Readable.fromWeb()` was added to Node.js v17.0.0 via a99c230. PR-URL: #40820 Refs: #40818 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 21, 2021
`stream.Readable.fromWeb()` was added to Node.js v17.0.0 via a99c230. PR-URL: #40820 Refs: #40818 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
BethGriggs
pushed a commit
that referenced
this issue
Nov 24, 2021
This reverts commit 1db2ffd. Fixes: #40818 PR-URL: #40819 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
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: