apache / cordova-plugin-file-transfer

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

Update README.md #188

Closed standbyme closed 6 years ago

standbyme commented 6 years ago

There is something Imprecise about "Example with Upload Headers and Progress Events"

Platforms affected

No

What does this PR do?

Fix the Imprecise description about "Example with Upload Headers and Progress Events"

What testing has been done on this change?

Don't need

Checklist

maverickmishra commented 6 years ago

With the new features introduced in XMLHttpRequest, this plugin is not needed any more. Migrating from this plugin to using the new features of XMLHttpRequest, is explained in this Cordova blog post.