Skip to main content

TextDecoderStream

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.

Back to top