cordova-promise-fs
cordova-promise-fs copied to clipboard
Wraps the Cordova File API in convenient functions (that return a Promise)
Hello. Is anyone able to tell me how you would use this with the `cordova-plugin-camera` plugin to move the temp file to a permanent location?
bower mismatch Version declared in the json (0.13.0) is different than the resolved one (1.1.1) bower resolved https://github.com/markmarijnissen/cordova-promise-fs.git#1.1.1
Currently, `write()` writes everything as a `Blob`. On iOS and Android, [cordova-plugin-file converts `Blob`s to `ArrayBuffer`s](https://github.com/apache/cordova-plugin-file/blob/master/www/FileWriter.js#L99), which the iOS/Android platforms then convert to base64 for transfer to the native layer....
Hi, Not sure if this is related to this particular module (maybe a lower level problem) but I'm experiencing file corruption on iOS. I'm using fs.write() to replace the whole...
Hi, I am newer to JS program. When use this library, how can I get the downloaded filename, when I try to download a queue url, like: for each( queue[]...
`dir()` fails consistently on Windows 10 using the latest cordova-plugin-file, 4.3.3. The core issue seems to be: - `dir()` passes its path to `normalize()`, which adds a "/" to the...