- From: Domenic Denicola via GitHub <sysbot+gh@w3.org>
- Date: Thu, 20 Dec 2018 19:39:45 +0000
- To: public-device-apis-log@w3.org
domenic has just created a new issue for https://github.com/w3c/wake-lock: == Subtleties of using Document are not specced == Wake locks are still tied on the spec level to a document, not a window. This has the following consequences: - Need to spec what happens for inactive documents, including when an active document goes inactive. Currently this is not specified. - Need to spec what happens for documents without a browsing context, e.g. `xhr.responseDoc` or `new Document()`. Currently this is not specified. Please view or discuss this issue at https://github.com/w3c/wake-lock/issues/141 using your GitHub account
Received on Thursday, 20 December 2018 19:39:47 UTC