Re: [whatwg/dom] Event delegation via EventListenerOptions (#215)

In general I think we should anticipate the callback this value becoming much less useful once arrow functions arrive. So exposing the relevant information through `ev.{target,currentTarget,delegateTarget}` or similar is important.

>From what I remember using event delegation back in my jQuery and Backbone days it was always confusing which of target or currentTarget was correct for my use case.

---
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/215#issuecomment-208890952

Received on Tuesday, 12 April 2016 12:54:24 UTC