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