Re: [w3c/ServiceWorker] Refinements and description of Service-Worker-Allowed. (#1409)

mattto commented on this pull request.



>            1. Let |scopeString| be "<code>/</code>" concatenated with the strings in |scopeURL|'s [=url/path=] (including empty strings), separated from each other by "<code>/</code>".
-          1. If |scopeString| starts with |maxScopeString|, do nothing.
+          1. If |maxScopeString| is not null and |scopeString| starts with |maxScopeString|, do nothing.

Good point, done.

-- 
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/1409#discussion_r288357929

Received on Wednesday, 29 May 2019 00:59:54 UTC