-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
DecompressionStream
and CompressionStream
are documented as node v16.7.0 feature, but aren't available in any stable release
#39895
Labels
doc
Issues and PRs related to the documentations.
stream
Issues and PRs related to the stream subsystem.
web streams
Comments
Ayase-252
added
doc
Issues and PRs related to the documentations.
stream
Issues and PRs related to the stream subsystem.
web streams
labels
Aug 26, 2021
It seems to be a documentation issue. 09ad64d has not been backported to v16.x yet. |
lpinca
added a commit
to lpinca/node
that referenced
this issue
Aug 26, 2021
Documentation for `CompressionStream` and `DecompressionStream` was erroneously added in nodejs@f57a0e4d8b Fixes: nodejs#39895
lpinca
added a commit
to lpinca/node
that referenced
this issue
Aug 26, 2021
Documentation for `CompressionStream` and `DecompressionStream` was erroneously added in nodejs@f57a0e4d8b. Fixes: nodejs#39895
lpinca
added a commit
to lpinca/node
that referenced
this issue
Aug 26, 2021
Documentation for `CompressionStream` and `DecompressionStream` was erroneously added in nodejs@f57a0e4d8b. Fixes: nodejs#39895
Yeah, looks like the backport commit picked up the wrong docs. Odd. Hopefully 09ad64d will get backported soon. Not entirely sure why it hasn't yet. |
Just because nobody took the time to do it. |
targos
pushed a commit
that referenced
this issue
Sep 6, 2021
Documentation for `CompressionStream` and `DecompressionStream` was erroneously added in f57a0e4d8b. Fixes: #39895 PR-URL: #39899 Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
doc
Issues and PRs related to the documentations.
stream
Issues and PRs related to the stream subsystem.
web streams
Version
v16.7.0
Platform
No response
Subsystem
docs
What steps will reproduce the bug?
This is incorrect, because they were added in 09ad64d which doesn't have a stable release yet (commit is only part of the
master
branch).So this isn't even part of v16.8.0 yet:
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Shouldn't appear in documentation, or at least be documented as unimplemented in stable versions.
Entries with
added: REPLACEME
shouldn't be shown in docs (certainly not with a made-up version number).I assume that "v16.7.0" for "REPLACEME" is used as an outdated placeholder as "next release version" somewhere.
This might also affect other classes like
TextDecoderStream
andTextEncoderStream
which are available in stable releases, but still use "REPLACEME".What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: