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

Method setAlarm

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

Source from the content-addressed store, hash-verified

472 transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>;
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected