cordova-plugin-file
cordova-plugin-file copied to clipboard
using requestFileSystem is not suggested.
trafficstars
Your documentation suggests to call window.requestFileSystem () before anything but it is not suggested and standard according to this link : https://developer.mozilla.org/en-US/docs/Web/API/Window/requestFileSystem
There is no any other filesystem api insteadof this by now in the spec.