[I] Why in Cordova, EventSource and/or fetch do not behave the same way they behave in a browser like chrome, when fetching SseEmitter tokens? [cordova]

2024-10-09 Thread via GitHub
yonoss opened a new issue, #500: URL: https://github.com/apache/cordova/issues/500 In Google Chrome for example, EventSource and/or fetch are getting the packages from a SseEmitter endpoint, one by one, so that I can get the ChatGPT tokens generation effect. But in my Cordova app, in

Re: [PR] fix(android): Content FS support in PathHandler [cordova-plugin-file]

2024-10-09 Thread via GitHub
lorenzodallavecchia commented on PR #629: URL: https://github.com/apache/cordova-plugin-file/pull/629#issuecomment-2401514839 Is there still something preventing the merge, apart from failing tests? This PR is needed to comply with the new media permission guidelines (see apache/cordova-