DecompressionStream.writable
Baseline 2023Newly available
Since May 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
DecompressionStream
インターフェイスの読み取り専用プロパティ writable
は、WritableStream
を返します。
値
WritableStream
です。
例
この例では、DecompressionStream
から WritableStream
を返します。
js
let stream = new DecompressionStream("gzip");
console.log(stream.writeable); // WritableStream
仕様書
Specification |
---|
Streams # dom-generictransformstream-writable |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
writable |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.