LiveSplitOne
LiveSplitOne copied to clipboard
Add Wake Lock Support and Polyfill
The Wake Lock API can prevent the device from locking the screen, which we would want to do while the timer is active (or just while LSO is the active tab for an initial implementation). This however seems to be a Chrome only API, with workarounds to get the same behavior (e.g. playing dummy audio) on other browsers.