Re: Promises for cordova-plugin-file

2024-10-03 Thread Norman Breau
+1 The W3C standard that the file plugin currently implements is an old standard that has since been abandoned. There is two replacement standards, Filesystem[1] and Filesystem Access[2] which should be on our radar but it definitely will be quite a project would involve a rewrite. Admittedly

Promises for cordova-plugin-file

2024-10-03 Thread Manuel Beck
Hi, I would like to add Promises to cordova-plugin-file. The goal is to get out of the callback hell, make the code more readable, easier to setup and to maintain. I opened an Issue for discussion on the plugin: https://github.com/apache/cordova-plugin-file/issues/637 Regards, Manuel