TextDecoderStream$Typings extension

on

Properties

encoding String

Available on TextDecoderStream, provided by the TextDecoderStream$Typings extension

Returns encoding's name, lowercased.
no setter
fatal bool

Available on TextDecoderStream, provided by the TextDecoderStream$Typings extension

Returns true if error mode is "fatal", and false otherwise.
no setter
ignoreBOM bool

Available on TextDecoderStream, provided by the TextDecoderStream$Typings extension

Returns true if ignore BOM flag is set, and false otherwise.
no setter
readable ReadableStream<String>

Available on TextDecoderStream, provided by the TextDecoderStream$Typings extension

no setter
writable WritableStream<Object>

Available on TextDecoderStream, provided by the TextDecoderStream$Typings extension

no setter