apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
598 stars 885 forks source link

Fire successCallback for any 2XX HTTP status #182

Closed bozdoz closed 7 years ago

bozdoz commented 7 years ago

Found this bug when receiving a 201 response.

filmaj commented 7 years ago

Yes this is an important change.

I'm wondering how we can set up testing for these kinds of issues. Perhaps that's a wider question about how to test the browser implementations of plugins.