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