Lets say I have this element:
<div ontouchmove="myfunc(event)">...</div>
How can I set the options for inline events like on addEventListener:
element.addEventListener('touchmove', myfunc, { passive: false });
//... { passive: false } is the option