interface TextDecoderStream
Properties Jump to heading
readonly
Jump to headingencoding: stringReturns encoding's name, lower cased.
readonly
Jump to headingfatal: booleanReturns true if error mode is "fatal", and false otherwise.
readonly
Jump to headingignoreBOM: booleanReturns true if ignore BOM flag is set, and false otherwise.
readonly
Jump to headingreadable: ReadableStream<string>readonly
Jump to heading[[Symbol.toStringTag]]: string