drupflare/worker - v1.0.0
    Preparing search index...

    Interface FillWindowEnv

    The bindings a window needs: the namespace, plus its two optional bounds.

    Narrower than the whole environment, so a caller that only has these can drive one.

    interface FillWindowEnv {
        SITE: DurableObjectNamespace;
        WINDOW_MAX_FILLS?: string | number;
        WINDOW_WALL_MS?: string | number;
    }
    Index
    SITE: DurableObjectNamespace
    WINDOW_MAX_FILLS?: string | number
    WINDOW_WALL_MS?: string | number