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
Query cancellation is important, and users notice when it does not work (#241).
For older browsers versions we introduced a polyfill for AbortController, but this can be misleading because the users get the normal cancel button and confirmation, but the action is ignored.
We should remove it so users with older browsers don't get the impression that it does not work.