MCPcopy Create free account
hub / github.com/fmhy/edit /

Class

api/worker-configuration.d.ts:1580–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder)
1579 */
1580declare class TextEncoder {
1581 constructor()
1582 /**
1583 * 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected