-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request