Re: [whatwg/dom] Nerfing all events on all event targets in a serviceworker after initial script evaluation seems odd (#371)

@annevk what's wrong with throwing in this case? 

The problem with the current spec is it throws if the global is `ServiceWorkerGlobal`, whereas it should only throw if the context is `ServiceWorkerGlobal`.

If throwing is bad, we should definitely display a console warning.

-- 
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/371#issuecomment-378220178

Received on Tuesday, 3 April 2018 11:40:12 UTC