Skip to content

Commit 7b7a033

Browse files
lpincajasnell
authored andcommitted
doc: reset added: version to REPLACEME
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 <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 7e6e593 commit 7b7a033

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/api/webstreams.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1221,51 +1221,51 @@ added: v16.6.0
12211221
12221222
### Class: `CompressionStream`
12231223
<!-- YAML
1224-
added: v16.7.0
1224+
added: REPLACEME
12251225
-->
12261226
#### `new CompressionStream(format)`
12271227
<!-- YAML
1228-
added: v16.7.0
1228+
added: REPLACEME
12291229
-->
12301230
12311231
* `format` {string} One of either `'deflate'` or `'gzip'`.
12321232
12331233
#### `compressionStream.readable`
12341234
<!-- YAML
1235-
added: v16.7.0
1235+
added: REPLACEME
12361236
-->
12371237
12381238
* Type: {ReadableStream}
12391239
12401240
#### `compressionStream.writable`
12411241
<!-- YAML
1242-
added: v16.7.0
1242+
added: REPLACEME
12431243
-->
12441244
12451245
* Type: {WritableStream}
12461246
12471247
### Class: `DecompressionStream`
12481248
<!-- YAML
1249-
added: v16.7.0
1249+
added: REPLACEME
12501250
-->
12511251
12521252
#### `new DecompressionStream(format)`
12531253
<!-- YAML
1254-
added: v16.7.0
1254+
added: REPLACEME
12551255
-->
12561256
12571257
* `format` {string} One of either `'deflate'` or `'gzip'`.
12581258
12591259
#### `decompressionStream.readable`
12601260
<!-- YAML
1261-
added: v16.7.0
1261+
added: REPLACEME
12621262
-->
12631263
12641264
* Type: {ReadableStream}
12651265
12661266
#### `decompressionStream.writable`
12671267
<!-- YAML
1268-
added: v16.7.0
1268+
added: REPLACEME
12691269
-->
12701270
12711271
* Type: {WritableStream}

0 commit comments

Comments
 (0)