WICG / EventListenerOptions

An extension to the DOM event pattern to allow authors to disable support for preventDefault
Other
1.17k stars 140 forks source link

Shouldn't be overloading addEventListener on partial interface #1

Closed RByers closed 9 years ago

RByers commented 9 years ago

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)?

RByers commented 9 years ago

Will be fixed by #19