interface TextDecoder
decode(input?: BufferSource, options?: TextDecodeOptions): string
Returns the result of running encoding's decoder.
decode(input?: BufferSource, options?: TextDecodeOptions): string
Returns the result of running encoding's decoder.
prototype: TextDecoder