| 1237 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder) |
| 1238 | */ |
| 1239 | declare class TextEncoder { |
| 1240 | constructor(); |
| 1241 | /** |
| 1242 | * The **`TextEncoder.encode()`** method takes a string as input, and returns a Global_Objects/Uint8Array containing the text given in parameters encoded with the specific method for that TextEncoder object. |
nothing calls this directly
no outgoing calls
no test coverage detected