You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axios allows passing an AbortSignal to the request which aborts it if the signal is marked as aborted. It would be nice if this API could pass through this signal so that operations that use the API can abort promptly if asked to do so by the abort signal.