calpoly-csai / csai-recorder

Check it out live:
https://csai.app
1 stars 0 forks source link

Offline Mode #12

Open Waidhoferj opened 4 years ago

Waidhoferj commented 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.

Waidhoferj commented 4 years ago

Used indexedDB to store the files locally. Upload functionality is written, but I'm holding off until further testing