- From: Jungkee Song <notifications@github.com>
- Date: Fri, 12 May 2017 05:47:27 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 May 2017 12:48:15 UTC
jungkees commented on this pull request. > 1. Let |matchingScope| be null. - 1. If |matchingScopeString| is not the empty string, set |matchingScope| to the result of <a lt="URL parser">parsing</a> |matchingScopeString|. + 1. If |matchingScopeString| is not the empty string, then: + 1. Set |matchingScope| to the result of <a lt="URL parser">parsing</a> |matchingScopeString|. + 1. Assert: |matchingScope|'s [=url/origin=] and |clientURL|'s [=url/origin=] are the [=same origin=]. 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/1138#discussion_r116219315
Received on Friday, 12 May 2017 12:48:15 UTC