...
[string] type:
Specifies the type of event to listen for[function] listener:
The object to be notified when the event (of the specifiedtype
) happens
RemoveEventListener
...
...
[string] type:
Specifies the type of event to listen for
[function] listener:
The object to be notified when the event (of the specified type
) happens
...