WICG / EventListenerOptions

An extension to the DOM event pattern to allow authors to disable support for preventDefault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shouldn't be overloading addEventListener on partial interface

RByers opened this issue · comments

The WebIDL spec says that operation overloading isn't permitted across partial interfaces. Should this spec replace the definition instead by allowing the 3rd argument to be optional (EventListenerOptions or boolean)?

Will be fixed by #19