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

Method bytes

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

Source from the content-addressed store, hash-verified

1627 get bodyUsed(): boolean;
1628 arrayBuffer(): Promise<ArrayBuffer>;
1629 bytes(): Promise<Uint8Array>;
1630 text(): Promise<string>;
1631 json<T>(): Promise<T>;
1632 blob(): Promise<Blob>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected