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