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