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

@jungkees should we really use the precedent of the fetch event for new events? I think it would be better for new things to be opt-in. It also sounds like nobody really knows the rationale for the current setup and nobody implements it, so maybe we should just revisit it and only have the "has ever been evaluated flag" and don't modify `addEventListener()` (or make it only throw when you pass in `fetch`, but that's still a little weird as it would ban synthetic events with that name).

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

Received on Friday, 11 November 2016 08:00:02 UTC