videosphere
    Preparing search index...

    Type Alias ScreenWakeLockStatus

    ScreenWakeLockStatus: "idle" | "active" | "insecure" | "unsupported" | "denied"

    Outcome of attempting to hold a screen wake lock.

    • idle — not requested yet
    • active — Wake Lock API sentinel held
    • insecure — page is not a secure context (HTTP on a LAN IP); API unavailable
    • unsupported — browser has no navigator.wakeLock
    • denied — request rejected (battery saver, policy, etc.)