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

@jungkees in theory you can do

`self.dispatchEvent(new Event("blah"))` though, except now that would only work during the initial run, which is a little limiting.

-- 
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-259699278

Received on Thursday, 10 November 2016 14:12:21 UTC