interface TextDecoder
          
   extends TextDecoderCommon
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