| Age | Commit message (Collapse) | Author |
|
Timeouted request responds internal status code -1, which should be normalized
into 0 by $xhr.
|
|
IE6, IE7 is sync when serving content from cache.
We want consistent api, so we have to use setTimeout to make it async.
|
|
If jsonp is not successfull, we return internal status -2.
This internal status should by normalized by $xhr into 0,
but $xhr needs to distinguish between jsonp-error/abort/timeout (all status 0).
|
|
Breaks "JSON" xhr method is now called "JSONP"
|
|
|
|
browserSpec.js
And move them to proper service subfolder...
|