- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 18 Apr 2016 08:04:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 18 April 2016 15:05:08 UTC
https://dom.spec.whatwg.org/#dom-event-initevent is a no-op during dispatch, so that shouldn't be an issue. (There's a Blink bug there one might come across in testing, namely that rather than check an "is dispatching" flag, it checks `dispatched()`, which returns true if `event.target` is non-null.) --- 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/219#issuecomment-211418702
Received on Monday, 18 April 2016 15:05:08 UTC