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
: 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
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
+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
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