Not TestedTesting not done, may not work properly
Browser Features

Screen Wake Lock API

Prevent screen from dimming or sleeping during active tool usage.

Checking support...
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