Open
Description
v1.5.2
Two issues:
I intermittently get a thenable back from Request w/no .then method?
r = new Request.JSON({url: 'https://someplace.net/api/'})
Object {$chain: Array[0], $events: F, options: Object, $caller: null, $family: null…}
r.then
undefined
When it accepts the .then, neither callback applied ever gets called?
r = new Request({url: ..., onFailure: ...);
r.then(success, failure); // neither gets called even on a 200 response
Metadata
Metadata
Assignees
Labels
No labels