- From: smaug---- <notifications@github.com>
- Date: Tue, 10 Oct 2023 11:19:45 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 October 2023 18:19:52 UTC
I don't understand the comments about mixing bubbles and EventTarget. Bubbling is a property of the Event, not EventTarget (and it just tell that the event dispatch does only capturing and target phases). And however we get the parent object, it needs to be very fast. Native implementation must not be required to touch any JS at that point (event dispatch is extremely performance critical). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/583#issuecomment-1755987222 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/583/1755987222@github.com>
Received on Tuesday, 10 October 2023 18:19:52 UTC