addEventListener has a legacy signature where it takes useCapture
boolean third argument. The options
form should be preferred as it is more flexible.
el.addEventListener('click', () => {}, true)
el.addEventListener('click', () => {}, {capture: true})
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too