TextDecoderStream: writable プロパティ
writable
は TextDecoderStream
インターフェイスの読み取り専用プロパティで、WritableStream
を返します。
値
WritableStream
です。
例
次の例は、WritableStream
を TextDecoderStream
オブジェクトから返す方法を示しています。
js
stream = new TextDecoderStream();
console.log(stream.writable); // WritableStream
仕様書
Specification |
---|
Streams Standard # dom-generictransformstream-writable |
ブラウザーの互換性
BCD tables only load in the browser