capturing phase
Last updated
Was this helpful?
Last updated
Was this helpful?
registered on container elements have the oppertunity to intercept events before they are delivered to their actual .
If you want to remove a , you must also pass true as the third argument to .
's capturing handlers are NOT invoked❗️
capturing handlers can be used:
for debugging
to filter events so that the target event handlers are never actually invoked.
for handling mouse drags.