NativeScript / nativescript-background-http

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

fix(src/index.d.ts): Added response missing field to ErrorEventData interface #178

Closed reinaldorauch closed 5 years ago

reinaldorauch commented 5 years ago

PR Checklist

What is the current behavior?

All uses of ErrorEventData are passing a property named response but it's existance in the ErrorEventData interface is missing.

What is the new behavior?

The interface now has a field named response with type any as this object comes from the Java runtime