- From: Kornel <notifications@github.com>
- Date: Tue, 22 Sep 2015 04:59:48 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 22 September 2015 12:00:15 UTC
OK. There's one more related feature that I'm interested in: avoiding waking up mobile radio (as far as I understand mobile devices can switch radio to a low power state when it's not in active use, and network activity causes radio to switch back to a high-power mode, which quite expensive battery-wise). In the app I have many non-critical requests, such as beacons and background data synchronization, that are not time-critical. To save battery, I would like to let the browser delay these requests if the radio is in low-power mode, and fire the requests when something else happens to need to wake the radio up (or after a certain deadline). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/124#issuecomment-142266499
Received on Tuesday, 22 September 2015 12:00:15 UTC