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

> Do you mean making the UA start the service worker to dispatch the recorded random custom events?

No, I mean that (in the service worker specification using the mechanism to be defined by #453) we record whether a listener was registered for events named `fetch` on the global object, and possibly some other "legacy" events, at a well-defined time and leave it at that.

And stop throwing in DOM as it just doesn't make much sense.

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

Received on Friday, 16 March 2018 10:27:18 UTC