djMax
3 Aug 2007, 6:25 AM
I'm converting a project from Microsoft Ajax. It had methods that let me do things like this for Ajax requests:
[CODE]
if (requestObj.get_timedOut())
...
else if (requestObj.get_aborted())
[CODE]
How would I tell the difference between timeouts, server errors, and client aborts with Ext.Ajax.request?
Thanks.
[CODE]
if (requestObj.get_timedOut())
...
else if (requestObj.get_aborted())
[CODE]
How would I tell the difference between timeouts, server errors, and client aborts with Ext.Ajax.request?
Thanks.