- From: Matt Falkenhagen <notifications@github.com>
- Date: Fri, 07 Jun 2019 07:11:20 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 June 2019 14:11:42 UTC
mattto commented on this pull request. > @@ -2857,8 +2876,9 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. If |shouldSoftUpdate| is true, then [=in parallel=] run the [=Soft Update=] algorithm with |registration|. 1. Return null. 1. If |activeWorker|'s <a>state</a> is *activating*, wait for |activeWorker|'s <a>state</a> to become *activated*. - 1. Invoke <a>Run Service Worker</a> algorithm with |activeWorker| as the argument. - 1. <a>Queue a task</a> |task| to run the following substeps: + 1. Run the [=Run Service Worker=] algorithm with |activeWorker|. Ah, meant to bring this up earlier. There's some inconsistency around "Invoke" vs "Run" and also "with xx, yy, and zz" vs "passing xx, yy, and zz as arguments" and other variations. I planned to just always go with the shortest which is "Run the AA algorithm with xx, yy, and zz." But not sure if there is a style guideline here. I guess with Run in the name of algorithm, it looks a bit awkward. -- 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/1419#discussion_r291609341
Received on Friday, 7 June 2019 14:11:42 UTC