TextDecoderStream: readable プロパティ

readableTextDecoderStream インターフェイスの読み取り専用プロパティで、ReadableStream を返します。

ReadableStream です。

次の例は、ReadableStreamTextDecoderStream オブジェクトから返す方法を示しています。

js
stream = new TextDecoderStream();
console.log(stream.readable); //a ReadableStream

仕様書

Specification
Streams Standard
# dom-generictransformstream-readable

ブラウザーの互換性

BCD tables only load in the browser