Static
DEFAULT_Readonly
bufferReadonly
encodingReturns encoding's name, lowercased.
Readonly
fatalReturns true if error mode is "fatal", otherwise false.
Readonly
ignoreBOMReturns the value of ignore BOM.
Returns the result of running encoding's decoder. The method can be invoked zero or more times with options's stream set to true, and then once without options's stream (or set to false), to process a fragmented input. If the invocation without options's stream (or set to false) has no input, it's clearest to omit both arguments.
If the error mode is "fatal" and encoding's decoder returns error, throws a TypeError.
Optional
input: AllowSharedBufferSourceTypedArray to read from.
Optional
options: TextDecodeOptionsCould allow streaming.
Decoded string.
Decoder for WTF-8.