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