MCPcopy Create free account
hub / github.com/fontsource/fontsource / body

Method body

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

Source from the content-addressed store, hash-verified

1624}
1625interface R2ObjectBody extends R2Object {
1626 get body(): ReadableStream;
1627 get bodyUsed(): boolean;
1628 arrayBuffer(): Promise<ArrayBuffer>;
1629 bytes(): Promise<Uint8Array>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected