Closed pYr0x closed 6 years ago
if the response type is application/json can-ajax should try to parse the response also on rejected promises. https://github.com/canjs/can-ajax/blob/master/can-ajax.js#L189
application/json
sounds good to me
@justinbmeyer should i publish a major version? because parsing the rejected response is not backwards compatible
if the response type is
application/json
can-ajax should try to parse the response also on rejected promises. https://github.com/canjs/can-ajax/blob/master/can-ajax.js#L189