TextDecoder$Typings extension
- on
Properties
- decode ↔ String Function([Object?, TextDecodeOptions?])
-
getter/setter pair
- encoding → String
-
Returns encoding's name, lowercased.
no setter
- fatal → bool
-
Returns
true
if error mode is "fatal", andfalse
otherwise.no setter - ignoreBOM → bool
-
Returns
true
if ignore BOM flag is set, andfalse
otherwise.no setter