I've got a ST2 app which sends requests to a Web service using an Ext.ajax call.
I am testing on Chrome.
The ST2 app resides on the same server as the Web service (same domain policy inforced). Once the ST2 app loaded, if I go offline (by pulling out the ethernet cable for example) and trigger the AJAX call, the success callback is called. Is it some kind of a bug or something ?