CompressionStream: readable property

Baseline 2023
Newly available

Since May 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

Note: This feature is available in Web Workers.

The readable read-only property of the CompressionStream interface returns a ReadableStream.

Value

Examples

The following example returns a ReadableStream from a CompressionStream.

js
let stream = new CompressionStream("gzip");
console.log(stream.readable); //a ReadableStream

Specifications

Specification
Streams
# dom-generictransformstream-readable

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
Node.js
readable

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support