Looks like it doesn't support error callbacks of the form ` .then(response => response, error => error);` Granted, not the most orthodox code in the world, but it does however support `, error => { return error })`. (Awesome lib btw!)
Looks like it doesn't support error callbacks of the form
.then(response => response, error => error);Granted, not the most orthodox code in the world, but it does however support
, error => { return error }).(Awesome lib btw!)