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