variable TextDecoderStream
type
🔗
{ readonly prototype: TextDecoderStream; new (label?: string, options?: TextDecoderOptions): TextDecoderStream; }
{ readonly prototype: TextDecoderStream; new (label?: string, options?: TextDecoderOptions): TextDecoderStream; }
readable: ReadableStream<string>
writable: WritableStream<BufferSource>
[[Symbol.toStringTag]]: string