variable TextDecoder
type
🔗
{ readonly prototype: TextDecoder; new (label?: string, options?: TextDecoderOptions): TextDecoder; }
{ readonly prototype: TextDecoder; new (label?: string, options?: TextDecoderOptions): TextDecoder; }
decode(input?: BufferSource, options?: TextDecodeOptions): string
Returns the result of running encoding's decoder.