Variable TextDecoderStream
TextDecoderStream: {
prototype: TextDecoderStream;
new (label?: string, options?: TextDecoderOptions): TextDecoderStream;
}
prototype: TextDecoderStream;
new (label?: string, options?: TextDecoderOptions): TextDecoderStream;
}
Type declaration
- new (label?: string, options?: TextDecoderOptions): TextDecoderStream
Parameters
Optional
label: stringOptional
options: TextDecoderOptions
Returns TextDecoderStream
prototype: TextDecoderStream