Variable TextDecoder
TextDecoder: {
prototype: TextDecoder;
new (label?: string, options?: TextDecoderOptions): TextDecoder;
}
prototype: TextDecoder;
new (label?: string, options?: TextDecoderOptions): TextDecoder;
}
Type declaration
- new (label?: string, options?: TextDecoderOptions): TextDecoder
- Parameters- Optionallabel: string
- Optionaloptions: TextDecoderOptions
 - Returns TextDecoder
 
- prototype: TextDecoder