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

Polyfill doesn't work in firefox 47 #46

Open marcog83 opened 8 years ago

marcog83 commented 8 years ago

Hi, I was exited about EventListenerOptions, so I started use this polyfill in my project. It works fine in all my supported browser, but firefox . I don't know exactly why, but it blocks my scripts.

by the way thanks for your job. marco

RByers commented 8 years ago

Thanks for the report. @dtapuska have you tried your polyfill in Firefox? Newer version of Firefox have the API built-in, but having a working polyfill would still be good IMHO.