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

Class

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

Source from the content-addressed store, hash-verified

3129 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream)
3130 */
3131declare class TextEncoderStream extends TransformStream<string, Uint8Array> {
3132 constructor()
3133 get encoding(): string
3134}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected