Skip to main content

removeEventListener

method EventTarget.removeEventListener
Jump to headingEventTarget.removeEventListener(
type: string,
options?: EventListenerOptions | boolean,
): void

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

Parameters Jump to heading

Return Type Jump to heading

void
Back to top