Skip to main content
method EventTarget.prototype.removeEventListener

Removes the event listener in target's event listener list with the same type, callback, and options.

Parameters

type: string
optional
options: EventListenerOptions | boolean