Skip to content

replace deprecated cordova-plugin-file-transfer #225

@menelike

Description

@menelike

As stated on https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html cordova-plugin-file-transfer has been deprecated. This project shouldn't rely on that plugin as it will cut your project off from further cordova updates.

Binary types in JavaScript, as well as the extended XHR features, are available on the following Cordova-supported platforms without requiring any additional plugins:

Android 4.4 or newer.
iOS 10 or newer.
Windows UWP (8.1, 10 or newer all work).
Windows Phone 8 or newer.
As always, check caniuse.com for detailed support for the required bits, like Blob, Typed Arrays, and extended XHR features.

Since the recommended migration path would cut off older platform versions a major version upgrade might be appropriate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions