[whatwg/dom] Service worker check might be over-ambitious (#468)

> If context object’s relevant global object is a ServiceWorkerGlobalScope object

Shouldn't this be checking if context object is a ServiceWorkerGlobalScope object? Otherwise it means every EventTarget created inside the service worker has this restriction.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/468

Received on Friday, 23 June 2017 19:52:38 UTC