ccampbell / gator

Event delegation in Javascript
http://craig.is/riding/gators
492 stars 46 forks source link

Add support for setting third option of addEventListener #28

Open soluml opened 7 years ago

soluml commented 7 years ago

Currently users cannot set a default useCapture. This means we're unable to use custom options like "passive".