Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2021-08-26 16:25:42 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-28 18:06:48 +0300
commit7b7a0331f403d7b22954a91c9ce5531acad42676 (patch)
treecdbc3d9988000d9c541be349d74b0e01f2394978 /doc/api
parent7e6e5937019e58a2c93d62d2727187a96eff170a (diff)
doc: reset added: version to REPLACEME
Documentation for `CompressionStream` and `DecompressionStream` was erroneously added in https://github.com/nodejs/node/commit/f57a0e4d8b and released in version 16.7.0. Reset the `added:` version to `REPLACEME`. Refs: https://github.com/nodejs/node/pull/39348 Refs: https://github.com/nodejs/node/pull/39899 PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/webstreams.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md
index d7de5e44893..b7b76eb43bb 100644
--- a/doc/api/webstreams.md
+++ b/doc/api/webstreams.md
@@ -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}