Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.65
stub.test.ts
File · 0.65
workspace.test.ts
File · 0.65
end-to-end.test.ts
File · 0.65
readFileBuffer
Method · 0.65
appendFile
Method · 0.65
adapter.test.ts
File · 0.65
handleFile
Function · 0.65
handleFile
Function · 0.65
handleFile
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected