Re: [w3c/ServiceWorker] activation of the Service Worker on an iframe context (#1029)

You are right. If the `domain.com` Service Worker has a `fetch` event listener, then it will be **running** (even on Chrome 54).

So it is fair to say that the iframe context **was not** an element to be considered, and was due to the **optimization** underlined by @mattto. (The _Fetch Handler Existence_ was not available on our Chrome 54, we had to check it on a more recent version)

-- 
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/issues/1029#issuecomment-267627414

Received on Friday, 16 December 2016 16:04:44 UTC