Victor Porof | 6e09692 | 2022-06-10 13:01:05 +0000 | [diff] [blame] | 1 | // GENERATED CONTENT - DO NOT EDIT |
| 2 | // Content was automatically extracted by Reffy into webref |
| 3 | // (https://github.com/w3c/webref) |
| 4 | // Source: Compression Streams (https://wicg.github.io/compression/) |
| 5 | |
| 6 | [Exposed=*] |
| 7 | interface CompressionStream { |
| 8 | constructor(DOMString format); |
| 9 | }; |
| 10 | CompressionStream includes GenericTransformStream; |
| 11 | |
| 12 | [Exposed=*] |
| 13 | interface DecompressionStream { |
| 14 | constructor(DOMString format); |
| 15 | }; |
| 16 | DecompressionStream includes GenericTransformStream; |