Removes an event handler that the addEventListener method registered.
Method of dom/EventTargetdom/EventTarget
Syntax target.removeEventListener(type, listener, useCapture);
Parameters type
The event type that the event handler is registered for.
listenerThe event handler function to remove.
useCaptureA Boolean value that specifies the event phase to remove the event handler from.
Return ValueNo return value
NotesIf you register multiple identical event handlers for the same event type, the duplicate event handlers are discarded. You can remove only the first instance. If the arguments for removeEventListener do not identify a registered event handler, the call to removeEventListener has no effect.
Related specificationsMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4