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
Let's say sometimes use an ajax to load a list but this request doesn't get back yet. We do another action like turn to the next page. I want to abort the previous Ajax before sending the new one.
Is there any possible to do it by using 'ajax' hub?
The text was updated successfully, but these errors were encountered:
Not at the moment, but maybe it could be implemented... Problem is that all we have is a promise on the other end, and we can't reject that from the outside.
Let's say sometimes use an ajax to load a list but this request doesn't get back yet. We do another action like turn to the next page. I want to abort the previous Ajax before sending the new one.
Is there any possible to do it by using 'ajax' hub?
The text was updated successfully, but these errors were encountered: