-
17 Jan 2013 1:17 PM #1
abort all the pending request. <Urgent>
abort all the pending request. <Urgent>
Hi, Is there a way to abort all the pending request?
I have tried the abort Ext.Ajax.abortAll(); but it doesn't seems to be working.
I also tried running the same command from the chrome command prompt and it says "undefined".
Is there any other way of doing so?
--Thanks
VP.
-
17 Jan 2013 5:09 PM #2
Yes, that will abort all pending Ajax requests.
You could possibly have some Ext.data.Connections laying around that aren't aborted?Aaron Conran
@aconran
Sencha Architect Development Team
-
17 Jan 2013 5:28 PM #3
Well, Unfortunately it doesn't do so.
Can Store.suspendEvents() would help in this regard?
--Thanks,
VP
-
21 Jan 2013 3:41 PM #4
suspendEvents would just stop firing events.
Could you provide a small example that illustrates the problem?Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote