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