| 1220 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder) |
| 1221 | */ |
| 1222 | declare class TextDecoder { |
| 1223 | constructor(label?: string, options?: TextDecoderConstructorOptions); |
| 1224 | /** |
| 1225 | * The **`TextDecoder.decode()`** method returns a string containing text decoded from the buffer passed as a parameter. |
nothing calls this directly
no outgoing calls
no test coverage detected