| 1237 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder) |
| 1238 | */ |
| 1239 | declare class TextDecoder { |
| 1240 | constructor(label?: string, options?: TextDecoderConstructorOptions); |
| 1241 | /** |
| 1242 | * 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