This is actually in my project, although the code is unreasonable.
var target
- target.ondrag = true
+ target.addEventListener('drag', true)
In addition, if the parameters do not match the types, an exception will be thrown
addEventListener('click', true)
// Uncaught TypeError: EventTarget.addEventListener: Argument 2 is not an object.
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