CompressionStream: readable property
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 Standard # dom-generictransformstream-readable |
Browser compatibility
BCD tables only load in the browser