MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / arrayBuffer

Method arrayBuffer

apps/cloud/worker-configuration.d.ts:2287–2287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2285 get body(): ReadableStream;
2286 get bodyUsed(): boolean;
2287 arrayBuffer(): Promise<ArrayBuffer>;
2288 bytes(): Promise<Uint8Array>;
2289 text(): Promise<string>;
2290 json<T>(): Promise<T>;

Callers 7

checkRefsFunction · 0.80
applyBodyFunction · 0.80
encodeBinaryFunction · 0.80
makeRecordingHttpClientFunction · 0.80
server.tsFile · 0.80
executor.config.tsFile · 0.80
main.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

makeRecordingHttpClientFunction · 0.64