MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / arrayBuffer

Method arrayBuffer

worker-configuration.d.ts:1590–1590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1588 get body(): ReadableStream;
1589 get bodyUsed(): boolean;
1590 arrayBuffer(): Promise<ArrayBuffer>;
1591 bytes(): Promise<Uint8Array>;
1592 text(): Promise<string>;
1593 json<T>(): Promise<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected