Browser Features
Screen Wake Lock API
Prevent screen from dimming or sleeping during active tool usage.
Checking support...
Feature Not SupportedThis browser does not support the Screen Wake Lock API Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const lock = await navigator.wakeLock.request('screen');About the Screen Wake Lock API Web API
Screen Wake Lock API prevents screens from dimming or turning off.
Specification:W3C & WHATWG Web API Standard
Sponsored Content