method EventTarget.removeEventListener
Jump to headingEventTarget.removeEventListener(type: string,callback: EventListenerOrEventListenerObject | null,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
Jump to headingtype: string
Jump to headingcallback: EventListenerOrEventListenerObject | null
optional
Jump to headingoptions: EventListenerOptions | boolean
Return Type Jump to heading
void