interface TextDecoderStream
Properties #
readonly
#readable: ReadableStream<string>
readonly
#writable: WritableStream<BufferSource>
readonly
#[[Symbol.toStringTag]]: string
variable TextDecoderStream
Properties #
TextDecoderStream
class is a global reference for import { TextDecoderStream } from 'node:stream/web'
.
https://nodejs.org/api/globals.html#class-textdecoderstream
Type #
globalThis extends { onmessage: any; TextDecoderStream: infer T; } ? T : stream/web