add possibility to add EventOption to the eventlisteners maybe something like that? ``` <div onclick={{ handler: () => console.log('foobar'), options: { passive: true, } }} /> ``` further reading: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md