MCPcopy Index your code
hub / github.com/fontsource/fontsource / fetch

Method fetch

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

Source from the content-addressed store, hash-verified

401}
402interface DurableObject {
403 fetch(request: Request): Response | Promise<Response>;
404 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;
405 webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;
406 webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>;

Callers 7

fontlist.test.tsFile · 0.65
id.test.tsFile · 0.65
fonts.test.tsFile · 0.65
upload.test.tsFile · 0.65
getMetadataFunction · 0.65
getVariableMetadataFunction · 0.65
getVersionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected