Re: [whatwg/dom] Should we really support modifying an already dispatched event via initEvent()? (#523)

Also note that WebKit/Blink are fairly inconsistent in their behavior (because not all code paths have been updated to match the specification.

See http://jsbin.com/zaxugimupo/edit?html,output

WebKit / Blink: load event cannot be modified using initEvent() after it has been dispatched
Gecko: load event can be modified using initEvent() after it has been dispatched

-- 
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/523#issuecomment-340072518

Received on Friday, 27 October 2017 20:06:30 UTC