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

Method arrayBuffer

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

Source from the content-addressed store, hash-verified

2064 get body(): ReadableStream;
2065 get bodyUsed(): boolean;
2066 arrayBuffer(): Promise<ArrayBuffer>;
2067 bytes(): Promise<Uint8Array>;
2068 text(): Promise<string>;
2069 json<T>(): Promise<T>;

Callers 10

filesystem.test.tsFile · 0.65
stub.test.tsFile · 0.65
workspace.test.tsFile · 0.65
end-to-end.test.tsFile · 0.65
readFileBufferMethod · 0.65
appendFileMethod · 0.65
adapter.test.tsFile · 0.65
handleFileFunction · 0.65
handleFileFunction · 0.65
handleFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected