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

Method setAlarm

website/worker-configuration.d.ts:460–460  ·  view source on GitHub ↗
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)

Source from the content-addressed store, hash-verified

458 rollback(): void;
459 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
460 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
461 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
462}
463interface DurableObjectStorage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected