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

getSupportedListenerOptions returning a dictionary whose values are meaningless is odd #10

Closed RByers closed 9 years ago

RByers commented 9 years ago

@tdresser commented:

Is a dictionary where the members have no meaning superior to a list of all legal keys for the dictionary?

If we do #9 then we can define it more precisely as returning an EventListenerOptions where all members have their default value.

RByers commented 9 years ago

Addressed by #9