Re: [whatwg/dom] Define "has event listener" operation (#453)

I'm not sure, I think I assumed the entire path had to be checked...

So essentially you mean, taking the linked to implementation as a context, just do `target.has_listeners_for(type_)` on the one `EventTarget` and not bother with doing that for all others in the event path for that target?

-- 
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/453#issuecomment-394257225

Received on Monday, 4 June 2018 07:17:53 UTC