cordova-file-persistence

Download remote files to your local filesystem in a cordova app.

Usage no npm install needed!

<script type="module">
  import cordovaFilePersistence from 'https://cdn.skypack.dev/cordova-file-persistence';
</script>

README

Cordova-file-persistence

Helper library to easily download files to the local filesystem in a cordova app.

Call the default export in downloader.js with the app it's name and a array of urls, also optionally a callback function to get the progress of the downloader after a file is complete.