MCPcopy Create free account
hub / github.com/idosal/git-mcp / arrayBuffer

Method arrayBuffer

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

Source from the content-addressed store, hash-verified

1594 get body(): ReadableStream;
1595 get bodyUsed(): boolean;
1596 arrayBuffer(): Promise<ArrayBuffer>;
1597 text(): Promise<string>;
1598 json<T>(): Promise<T>;
1599 blob(): Promise<Blob>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected