Open Waidhoferj opened 4 years ago
Use the PWA ServiceWorker to store audio files locally when the user is offline. When the user reconnects to the internet, upload those files to the CSAI in the background. Consider device storage and error handling.
ServiceWorker
Used indexedDB to store the files locally. Upload functionality is written, but I'm holding off until further testing
Use the PWA
ServiceWorker
to store audio files locally when the user is offline. When the user reconnects to the internet, upload those files to the CSAI in the background. Consider device storage and error handling.