NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
101 stars 50 forks source link

feat: expose response for android parity #146

Closed tgpetrov closed 6 years ago

tgpetrov commented 6 years ago

What is the current behavior?

Currently on android the error and complete events has the ServerResponse as a response parameter and on ios. There is a difference between the event arguments for the err and complete events between android and ios. On android the server response is also provided.

What is the new behavior?

Provide the server response on ios as well.

Related to: #143