Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/middleapi/orpc
/ bytes
Method
bytes
playgrounds/cloudflare-worker/worker-configuration.d.ts:1960–1960 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1958
get bodyUsed(): boolean;
1959
arrayBuffer(): Promise<ArrayBuffer>;
1960
bytes(): Promise<Uint8Array>;
1961
text(): Promise<string>;
1962
json<T>(): Promise<T>;
1963
blob(): Promise<Blob>;
Callers
1
readAsBuffer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected