Anchorage API reference
    Preparing search index...

    The DO-state subset the host reads: its own id.name (the tenant) and the alarm storage. storage is OPTIONAL so a node/vitest stub that sets only id.name satisfies it and drives poll() directly (no alarm off workerd).

    interface SignalProviderHostState {
        id: { name?: string };
        storage?: AlarmStorage;
    }
    Index

    Properties

    Properties

    id: { name?: string }
    storage?: AlarmStorage