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

Method deleteAlarm

website/worker-configuration.d.ts:475–475  ·  view source on GitHub ↗
(options?: DurableObjectSetAlarmOptions)

Source from the content-addressed store, hash-verified

473 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
474 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
475 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
476 sync(): Promise<void>;
477 sql: SqlStorage;
478 transactionSync<T>(closure: () => T): T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected