CompressionStream.writable
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.
CompressionStream
インターフェイスの読み取り専用プロパティ writable
は、WritableStream
を返します。
値
WritableStream
です。
例
この例では、CompressionStream
から WritableStream
を返します。
js
let stream = new CompressionStream("gzip");
console.log(stream.writeable); // WritableStream
仕様書
Specification |
---|
Streams Standard # dom-generictransformstream-writable |
ブラウザーの互換性
BCD tables only load in the browser