EventTarget Flashcards

1
Q

addEventListener()

A

Allows the registration of event listeners on the event target (IE8 = attachEvent())

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dispatchEvent()

A

Allows to send the event to the subscribed event listeners (IE8 = fireEvent())

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

removeEventListener()

A

Allows the removal of event listeners on the event target (IE8 = detachEvent())

How well did you know this?
1
Not at all
2
3
4
5
Perfectly