Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Multiple File Uploads in a service worker #2

Open
gavindoughtie opened this issue May 31, 2021 · 0 comments
Open

Handle Multiple File Uploads in a service worker #2

gavindoughtie opened this issue May 31, 2021 · 0 comments
Assignees

Comments

@gavindoughtie
Copy link
Owner

gavindoughtie commented May 31, 2021

For our exploratory code we're just encrypting/uploading a single file, but really should queue up multiple files, allow the user to attach metadata that our contracts will operate with, and perform the actual uploading resumably via a service worker.

References:

https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers

https://developers.google.com/web/updates/2015/12/background-sync?hl=en

https://github.com/clytras/pwa-sandbox

https://stackoverflow.com/questions/45709654/handling-file-uploads-when-offline-with-service-worker

@gavindoughtie gavindoughtie self-assigned this May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant