| 1985 | } |
| 1986 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) */ |
| 1987 | declare class TextDecoderStream extends TransformStream<ArrayBuffer | ArrayBufferView, string> { |
| 1988 | constructor(label?: string, options?: TextDecoderStreamTextDecoderStreamInit); |
| 1989 | get encoding(): string; |
| 1990 | get fatal(): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected