NikitOS
Well-known member
- Affected version
- 2.3.0 Beta 1
The element parameter has the following JSDoc:
But the target for an event can be not only
The parameter type must be
JavaScript:
@param {Element} element - The Element on which to attach the event.
But the target for an event can be not only
Element
, so for other objects we can see a warning:The parameter type must be
EventTarget
.