Re: [w3c/ServiceWorker] Behavior of the onfetch setter regarding no-fetch service workers (#1004)

@annevk, thanks for helping out with this issue. I leave a comment here as the PRs have already been merged.

Through the discussion in https://github.com/whatwg/dom/issues/371, we decided to confine the event target to `ServiceWorkerGlobalScope` instead of all the objects within the global scope. So, https://github.com/whatwg/dom/pull/596/files#diff-a467e681501e456ce8c1ef31425e1b41R1046 should be "If _evenTarget_ is a `ServiceWorkerGlobalScope` object, ..".

-- 
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/1004#issuecomment-373657264

Received on Friday, 16 March 2018 09:42:58 UTC