Re: cordova-plugin-file - File/ArrayBuffer JS Api compliance

2024-12-10 Thread Norman Breau
For the File API: https://developer.mozilla.org/en-US/docs/Web/API/File#browser_compatibility There is support since Android Webview 37 (basically since Android 5.0 / API 21, assuming default AOSP packages) and iOS 9. Our minimum targets exceeds both of these. It will be an API change but we m

cordova-plugin-file - File/ArrayBuffer JS Api compliance

2024-12-10 Thread Lucas Bourgeois
Hi, Following the comment of breautek : https://github.com/apache/cordova-plugin-file/issues/572#issuecomment-2528991987 I would like to submit a discussion around File, FileReader implementation. I understand the past needs but i think it's a major issue to have JS api not following standards.