addEventListenerAll
Attaches an event listener to all the provided targets.
- Use
Array.prototype.forEach()
andEventTarget.addEventListener()
to attach the providedlistener
for the given eventtype
to alltargets
.
Attaches an event listener to all the provided targets.
Array.prototype.forEach()
and EventTarget.addEventListener()
to attach the provided listener
for the given event type
to all targets
.