Re: [push-api] Push events should Soft Update service worker (#115)

Soft update in this case might be inadvisable, unless certain other triggers are hit.  In cases where the push event is handled without additional network activity, a mobile device might not fire up the radio.  Forcing this check would result in radio activation, which is a hugely battery intensive activity.

Perhaps this can instead be conditional on the first fetch being made in response to the push.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/115#issuecomment-127769657

Received on Tuesday, 4 August 2015 21:36:38 UTC