🔰handler options
JS ⟩ browser ⟩ event ⟩ handler ⟩ register ⟩ options
capture
: -> Bubbling and capturing.options
can also befalse/true
, that’s the same as{capture: false/true}
.passive
: -> Browser default actions.
Last updated
Was this helpful?