[whatwg] Exposing EventTarget to JavaScript

On Fri, Apr 24, 2009 at 2:09 PM, Alex Russell <slightlyoff at google.com> wrote:
> Even in the XHR case, adding more than one listener is currently a
> pain. Part of the goal here would be to make event dispatch across
> lists of listeners as natural in JS as it is in DOM.

Nit: I believe this has been fixed in XHR (it now supports
addEventListener, if that's what you were referring to).

- a

Received on Friday, 24 April 2009 14:16:36 UTC