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

Method abort

website/worker-configuration.d.ts:448–448  ·  view source on GitHub ↗
(reason?: string)

Source from the content-addressed store, hash-verified

446 getHibernatableWebSocketEventTimeout(): number | null;
447 getTags(ws: WebSocket): string[];
448 abort(reason?: string): void;
449}
450interface DurableObjectTransaction {
451 get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected