Search Type: Posts; User: jdspdx
Search: Search took 0.02 seconds.
-
8 Mar 2012 8:15 PM
- Replies
- 2
- Views
- 891
There's also insufficient error handling for when JSONP requests fail. No exceptions are thrown that are catchable. How is one supposed to determine whether or not a request failed?
-
6 Mar 2012 11:11 PM
- Replies
- 2
- Views
- 891
This appears to be because Ext.util.JSONP does not support static callback names properly.
Does this snippet of code in Ext.util.JSONP.request make sense?
if (o.callbackKey) {
... -
6 Mar 2012 7:37 PM
- Replies
- 2
- Views
- 891
Version tested: Sencha Touch 1.1.1
Subsequent JSONP requests do not execute after a request which does not return successfully. Additionally, there seems to be an issue with subsequent calls even... -
6 Mar 2012 3:19 AM
- Replies
- 2
- Views
- 491
I'm experiencing similar problems. Subsequent JSONP requests do not execute after a request which does not return successfully. Additionally, there seems to be an issue with subsequent calls even...
Results 1 to 4 of 4
