method EventTarget.removeEventListener
private
EventTarget.removeEventListener(type: string,callback: EventListenerOrEventListenerObject | null,options?: EventListenerOptions | boolean,): voidDeprecated
Removes the event listener in target's event listener list with the same type, callback, and options.
callback: EventListenerOrEventListenerObject | nulloptional
options: EventListenerOptions | booleanvoid