MCPcopy Create free account
hub / github.com/cloudflare/computer / text

Method text

examples/think/worker-configuration.d.ts:2068–2068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2066 arrayBuffer(): Promise<ArrayBuffer>;
2067 bytes(): Promise<Uint8Array>;
2068 text(): Promise<string>;
2069 json<T>(): Promise<T>;
2070 blob(): Promise<Blob>;
2071}

Callers 10

#postConnectMethod · 0.65
entrypoint.test.tsFile · 0.65
fetchMethod · 0.65
readFunction · 0.65
writeFunction · 0.65
readFunction · 0.65
execFunction · 0.65
fetchMethod · 0.65
proxy.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 4

readFunction · 0.52
writeFunction · 0.52
readFunction · 0.52
execFunction · 0.52