NativeScript / nativescript-background-http

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

fix: unintentional breaking change in previous release #145

Closed tgpetrov closed 6 years ago

tgpetrov commented 6 years ago

PR Checklist

What is the current behavior?

The complete event doesn't expose the full response but only its response code

What is the new behavior?

The complete event now exposes the full response and not only its response code

Related to #143.