Anchorage API reference
    Preparing search index...

    The ctx.storage alarm subset the host DO arms itself through.

    interface AlarmStorage {
        deleteAlarm(): void | Promise<void>;
        getAlarm?(): number | Promise<number | null> | null;
        setAlarm(scheduledTime: number): void | Promise<void>;
    }
    Index

    Methods