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
Optional
label: stringOptional
options: TextDecoderOptions
Returns TextDecoder
prototype: TextDecoder