MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

enter.pollinations.ai/worker-runtime.d.ts:1222–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder)
1221 */
1222declare class TextDecoder {
1223 constructor(label?: string, options?: TextDecoderConstructorOptions);
1224 /**
1225 * 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