| 1558 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder) |
| 1559 | */ |
| 1560 | declare class TextDecoder { |
| 1561 | constructor(label?: string, options?: TextDecoderConstructorOptions) |
| 1562 | /** |
| 1563 | * 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