Re: [ServiceWorker] seems possible to trigger many update fetches after 24 hour limit expires (#759)

The Soft Update can also access the registration queue (as its per registration - keyed by its scope url) so can do it in its step 7 like:

> If the _registration queue_ for _registration_ is not empty, invoke Update algorithm, or its equivalent, passing client and registration as its argument with force bypass cache flag set only if its own force bypass cache flag is set.

And similarly we can do it in the callers of the Soft Update too.

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

Received on Wednesday, 14 October 2015 03:28:43 UTC