Skip to content

Commit

Permalink
doc: reset added: version to REPLACEME
Browse files Browse the repository at this point in the history
Documentation for `CompressionStream` and `DecompressionStream` was
erroneously added in f57a0e4d8b
and released in version 16.7.0.

Reset the `added:` version to `REPLACEME`.

Refs: #39348
Refs: #39899

PR-URL: #39901
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
lpinca authored and jasnell committed Aug 28, 2021
1 parent 7e6e593 commit 7b7a033
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1221,51 +1221,51 @@ added: v16.6.0
### Class: `CompressionStream`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
#### `new CompressionStream(format)`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
* `format` {string} One of either `'deflate'` or `'gzip'`.
#### `compressionStream.readable`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
* Type: {ReadableStream}
#### `compressionStream.writable`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
* Type: {WritableStream}
### Class: `DecompressionStream`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
#### `new DecompressionStream(format)`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
* `format` {string} One of either `'deflate'` or `'gzip'`.
#### `decompressionStream.readable`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
* Type: {ReadableStream}
#### `decompressionStream.writable`
<!-- YAML
added: v16.7.0
added: REPLACEME
-->
* Type: {WritableStream}
Expand Down

0 comments on commit 7b7a033

Please sign in to comment.