Navigator.wakeLock

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The wakeLock read-only property returns a WakeLock interface which allows a document to acquire a screen wake lock. While a screen wake lock is active, the user agent will try to prevent the device from dimming the screen, turning it off completely, or showing a screensaver.

Syntax

const wakeLock = navigator.wakeLock;

Specifications

Specification Status Comment
Screen Wake Lock API Editor's Draft Initial definition

Browser compatibility

No compatibility data found. Please contribute data for "api.Navigator.wakeLock" (depth: 1) to the MDN compatibility data repository.

See also