()
| 46 | }); |
| 47 | |
| 48 | const handleVisibilityChange = () => { |
| 49 | if (wakeLock !== null && document.visibilityState === 'visible') { |
| 50 | wakeLock = requestWakeLock(); |
| 51 | } |
| 52 | }; |
| 53 | |
| 54 | reaquireCheckbox.addEventListener('change', () => { |
| 55 | if (reaquireCheckbox.checked) { |
nothing calls this directly
no test coverage detected