Available only in secure contexts.

MDN Reference

interface WakeLock {
    request(type?: "screen"): Promise<WakeLockSentinel>;
}

Methods

Methods