AW: Promises for cordova-plugin-file

2024-10-16 Thread Manuel Beck
Von: Bryan Ellis Datum: Dienstag, 15. Oktober 2024 um 04:52 An: dev@cordova.apache.org Betreff: Re: Promises for cordova-plugin-file +1 I read through the mailing list thread and GitHub discussion, and I also support the idea of adding promise support while maintaining the existing callback

Re: Promises for cordova-plugin-file

2024-10-14 Thread Bryan Ellis
: Norman Breau > Datum: Donnerstag, 3. Oktober 2024 um 18:42 > An: dev@cordova.apache.org > Betreff: Re: Promises for cordova-plugin-file > +1 > > The W3C standard that the file plugin currently implements is an old > standard that has since been abandoned. There is two replace

AW: Promises for cordova-plugin-file

2024-10-14 Thread Manuel Beck
48 hours, then I'll begin work as outlined. Regards, Manuel [1] https://www.w3.org/TR/2012/WD-file-system-api-20120417/ [2] https://www.w3.org/TR/FileAPI/ Von: Norman Breau Datum: Donnerstag, 3. Oktober 2024 um 18:42 An: dev@cordova.apache.org Betreff: Re: Promises for cordova-plugin-fi

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