- From: Jake Archibald <notifications@github.com>
- Date: Mon, 03 Jun 2019 05:34:48 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 June 2019 12:35:10 UTC
jakearchibald commented on this pull request. > 1. [=map/For each=] |key| → |value| of <a>scope to registration map</a>: - 1. If |scopeString| matches |key|, set |registration| to |value|. - 1. Return |registration|. + 1. If |scopeString| matches |key|, then return |value|. + 1. Return null. Just tidied this up a bit -- 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/1415#pullrequestreview-244849240
Received on Monday, 3 June 2019 12:35:10 UTC