[wake-lock] Requesting wake locks from Workers (#156)

reillyeon has just created a new issue for https://github.com/w3c/wake-lock:

== Requesting wake locks from Workers ==
For all intents and purposes a wake lock requested from a (dedicated) worker is the same as one requested by the frame that owns the worker but especially for system wake locks which are likely being held to a computation continues uninterrupted it makes sense to have that managed by the worker performing the computation.

This does raise a question for implementations on how to determine when a worker script has become unresponsive.

Please view or discuss this issue at https://github.com/w3c/wake-lock/issues/156 using your GitHub account

Received on Saturday, 9 March 2019 01:07:10 UTC