- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 05 Jun 2019 20:42:37 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 June 2019 03:42:59 UTC
mattto commented on this pull request. > @@ -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|. Done. I noticed this too and thought I'd just keep the existing behavior, but yea it looks right to do it in parallel. I'm also wondering if there's a point to "Wait for |task| to have executed..." but will leave it for now. -- 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#discussion_r291011149
Received on Thursday, 6 June 2019 03:42:59 UTC