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- Optionallabel: string
- Optionaloptions: TextDecoderOptions
 - Returns TextDecoderStream
 
- prototype: TextDecoderStream