cordova-file-helper
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "cordova-file-helper", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/file_helper.js", |
@@ -16,2 +16,5 @@ # cordova-file-helper | ||
Warning: This wrapper use native Promise and a big usage of the `async`/`await` keywords to improve performance, so your project must target devices that have access to asynchronous functions (see [this](https://caniuse.com/#search=async)). | ||
If you can't target those devices, you can use [cordova-file-helper-legacy]() plugin, that target [those devices](https://caniuse.com/#search=promise). | ||
### With npm | ||
@@ -18,0 +21,0 @@ |
69366
425