MCPcopy Create free account
hub / github.com/prisma/prisma-examples /

Class

orm/cloudflare-workers/worker-configuration.d.ts:1239–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder)
1238 */
1239declare class TextDecoder {
1240 constructor(label?: string, options?: TextDecoderConstructorOptions);
1241 /**
1242 * 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