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

Method blob

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

Source from the content-addressed store, hash-verified

1630 text(): Promise<string>;
1631 json<T>(): Promise<T>;
1632 blob(): Promise<Blob>;
1633}
1634type R2Range = {
1635 offset: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected