Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since May 2023.
* Some parts of this feature may have varying levels of support.
Note: This feature is available in Web Workers.
The DecompressionStream interface of the Compression Streams API decompresses a stream of data. It implements the same shape as a TransformStream, allowing it to be used in ReadableStream.pipeThrough() and similar methods.
Creates a new DecompressionStream
Returns the ReadableStream instance controlled by this object.
DecompressionStream.writableReturns the WritableStream instance controlled by this object.
In this example a blob is decompressed using gzip compression.
| Compression # decompression-stream |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Nov 26, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.