mounirlamouri has just created a new issue for https://github.com/w3c/wake-lock: == What if WakeLockRequest is garbage collected? == The spec seems to say that the following will hold a wake lock for ever with no way for the page to fix it: ```javascript navigator.getWakeLock('screen').then(wakelock => { wakeLock.createRequest(); }); ``` Please view or discuss this issue at https://github.com/w3c/wake-lock/issues/128 using your GitHub accountReceived on Monday, 30 July 2018 17:45:16 UTC
This archive was generated by hypermail 2.4.0 : Monday, 4 July 2022 12:47:55 UTC