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

Class

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

Source from the content-addressed store, hash-verified

1558 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder)
1559 */
1560declare 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected