- From: Hayato Ito <notifications@github.com>
- Date: Wed, 12 Oct 2016 00:56:48 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 12 October 2016 07:57:18 UTC
Thank you! > We're sure no specification relies on the return value of dispatch (when relatedTarget is set somehow) and would get tripped up by it not returning anything here? I am no sure. Maybe we can return `true` here, instead of not returning anything. That might be better. As far as I confirmed in Blink, Blink returns `DispatchEventResult::NotCanceled` in event dispatch if the event path is empty, and I have not seen any problem for that so far. -- 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/pull/336#issuecomment-253144540
Received on Wednesday, 12 October 2016 07:57:18 UTC