apache / cordova-plugin-file-transfer

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

CB-13466: (ios) Only use HEAD to get real length if content encoding … #193

Closed bobobobo closed 6 years ago

bobobobo commented 6 years ago

…is gzip

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.