Removes the event listener in target's event listener list with the same type, callback, and options.
Symbol
EventTarget.removeEventListener
removeEventListener(type: string, callback: null | EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void
removeEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | EventListenerOptions): void
Removes the event listener in target's event listener list with the same type, callback, and options.