Constructor
new(?encoding:String, ?options:Null<TextDecoderOptions>)
Variables
read onlyfatal:Bool
Methods
decode(?input:EitherType<ArrayBuffer, ArrayBufferView>, ?options:Null<TextDecodeOptions>):String
Decodes the input
and returns a string.
See also: