-
📢 In Chrome, we plan on no longer taking wake locks for invisible videos (see chromium-review.googlesource.com/c/chromium/src/+/2213933). This was used as a "hack" to keep the screen on, which you can do natively now with the Screen Wake Lock API: web.dev/wakelock/. (@_richtr FYI github.com/richtr/NoSleep.js/issues/83#issuecomment-634529118)
-
The use case for keeping the screen on is _absolutely_ valid (see web.dev/betty-crocker/), which is why on the Project Fugu 🐡 team we have developed a native Web platform way to achieve this.