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

Method fetch

website/worker-configuration.d.ts:216–216  ·  view source on GitHub ↗
(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>)

Source from the content-addressed store, hash-verified

214 structuredClone<T>(value: T, options?: StructuredSerializeOptions): T;
215 reportError(error: any): void;
216 fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>;
217 self: ServiceWorkerGlobalScope;
218 crypto: Crypto;
219 caches: CacheStorage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected