Skip to content

Commit

Permalink
doc: remove {C,Dec}ompressionStream documentation
Browse files Browse the repository at this point in the history
Documentation for `CompressionStream` and `DecompressionStream` was
erroneously added in f57a0e4d8b.

Fixes: #39895

PR-URL: #39899
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
lpinca authored and targos committed Sep 6, 2021
1 parent d92bd9a commit 9e782eb
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1219,57 +1219,6 @@ added: v16.6.0
* Type: {WritableStream}
### Class: `CompressionStream`
<!-- YAML
added: v16.7.0
-->
#### `new CompressionStream(format)`
<!-- YAML
added: v16.7.0
-->
* `format` {string} One of either `'deflate'` or `'gzip'`.
#### `compressionStream.readable`
<!-- YAML
added: v16.7.0
-->
* Type: {ReadableStream}
#### `compressionStream.writable`
<!-- YAML
added: v16.7.0
-->
* Type: {WritableStream}
### Class: `DecompressionStream`
<!-- YAML
added: v16.7.0
-->
#### `new DecompressionStream(format)`
<!-- YAML
added: v16.7.0
-->
* `format` {string} One of either `'deflate'` or `'gzip'`.
#### `decompressionStream.readable`
<!-- YAML
added: v16.7.0
-->
* Type: {ReadableStream}
#### `deccompressionStream.writable`
<!-- YAML
added: v16.7.0
-->
* Type: {WritableStream}
### Utility Consumers
<!-- YAML
added: v16.7.0
Expand Down

0 comments on commit 9e782eb

Please sign in to comment.