[ServiceWorker] UA shouldn't be required to invoke Soft Update on every navigation (#715)

I'm not sure the UA should be required to run Soft Update on each navigation. The UA may want to coalesce the updates, so a barrage of reload or opening new tabs etc only results in one Soft Update in some time period. In Chrome's current implementation, if two update requests are triggered within one second of each other, only one update occurs. In future implementations, we may make this more like 10 seconds or something, to be easier on battery/network.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/715

Received on Tuesday, 23 June 2015 09:11:08 UTC