Skip to content

DecompressionStream and CompressionStream are documented as node v16.7.0 feature, but aren't available in any stable release #39895

@ghost

Description

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:

$ node
Welcome to Node.js v16.8.0.
Type ".help" for more information.
> const stream_web = require('stream/web');
undefined
> stream_web.TransformStream
[class TransformStream]
> stream_web.DecompressionStream
undefined
> stream_web.CompressionStream
undefined

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 and TextEncoderStream which are available in stable releases, but still use "REPLACEME".

What do you see instead?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.web streams

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions