DecompressionStream: writable property
The writable
read-only property of the DecompressionStream
interface returns a WritableStream
.
Value
Examples
The following example returns a WritableStream
from a DecompressionStream
.
js
let stream = new DecompressionStream("gzip");
console.log(stream.writable); // A WritableStream
Specifications
Specification |
---|
Streams Standard # dom-generictransformstream-writable |
Browser compatibility
BCD tables only load in the browser