method EventTarget.removeEventListener
Jump to headingEventTarget.removeEventListener(type: string,callback: EventListenerOrEventListenerObject | null,options?: EventListenerOptions | boolean,): voidRemoves the event listener in target's event listener list with the same type, callback, and options.
Parameters Jump to heading
Jump to headingtype: stringJump to headingcallback: EventListenerOrEventListenerObject | nulloptional
Jump to headingoptions: EventListenerOptions | booleanReturn Type Jump to heading
void