- From: Jake Archibald <notifications@github.com>
- Date: Wed, 05 Jun 2019 00:38:19 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 June 2019 07:38:41 UTC
jakearchibald approved this pull request. This is great. Much less copy & paste going on. > @@ -2926,7 +2934,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe The |task| *must* use |activeWorker|'s [=event loop=] and the [=handle functional event task source=]. 1. Wait for |task| to have executed or been discarded. - 1. If the time difference in seconds calculated by the current time minus |registration|'s [=last update check time=] is greater than 86400, invoke [=Soft Update=] algorithm with |registration|. + 1. If |registration| is [=stale=], then run the [=Soft Update=] algorithm with |registration|. Should this also be in parallel? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1417#pullrequestreview-245846870
Received on Wednesday, 5 June 2019 07:38:41 UTC