-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels