- From: Jake Archibald <notifications@github.com>
- Date: Fri, 08 Dec 2017 07:18:39 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 December 2017 15:19:25 UTC
jakearchibald commented on this pull request. > 1. If |client| is an [=environment settings object=], then: - 1. If |client| is not a <a>secure context</a>, continue to the next iteration of the loop. - 1. Else: - 1. If |client|’s <a>creation URL</a> is not a <a>potentially trustworthy URL</a>, continue to the next iteration of the loop. - 1. If |options|.{{ClientQueryOptions/includeUncontrolled}} is false, then: - 1. If |client|'s <a>active service worker</a> is not the associated [=ServiceWorkerGlobalScope/service worker=], continue to the next iteration of the loop. - 1. If |options|.{{ClientQueryOptions/includeReserved}} is false, then: - 1. If |client|'s [=environment/execution ready flag=] is unset, continue to the next iteration of the loop. + 1. If |client| is not a [=secure context=], [=continue=]. + 1. Otherwise: Will change it for consistency, but what's the correct form here @annevk? https://infra.spec.whatwg.org/#variables uses "otherwise", but infra doesn't specifically cover if/else/otherwise. -- 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/1243#discussion_r155800574
Received on Friday, 8 December 2017 15:19:25 UTC