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
When a user hits the "Cancel" button while a request is in progress, I expect the ongoing request to be canceled. Instead the request continues in the background. This can be done easily with an AbortController that gets canceled upon clicking Cancel.
Describe alternatives you've considered
Perhaps it was an intentional decision not to cancel the requests. If so maybe this can at least be an optional setting?
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
When a user hits the "Cancel" button while a request is in progress, I expect the ongoing request to be canceled. Instead the request continues in the background. This can be done easily with an
AbortController
that gets canceled upon clicking Cancel.Describe alternatives you've considered
Perhaps it was an intentional decision not to cancel the requests. If so maybe this can at least be an optional setting?
The text was updated successfully, but these errors were encountered: