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