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

Method arrayBuffer

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

Source from the content-addressed store, hash-verified

2495 get body(): ReadableStream;
2496 get bodyUsed(): boolean;
2497 arrayBuffer(): Promise<ArrayBuffer>;
2498 bytes(): Promise<Uint8Array>;
2499 text(): Promise<string>;
2500 json<T>(): Promise<T>;

Callers 10

readFileBytesMethod · 0.80
mvMethod · 0.80
fetchPackageFilesFunction · 0.80
connectMethod · 0.80
synthesizeMethod · 0.80
synthesizeMethod · 0.80
streamToDataUriFunction · 0.80
composeMethod · 0.80
getTrackUrlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected