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

Support retrying of uploads #58

Open
jakearchibald opened this issue Sep 25, 2017 · 2 comments
Open

Support retrying of uploads #58

jakearchibald opened this issue Sep 25, 2017 · 2 comments

Comments

@jakearchibald
Copy link
Collaborator

jakearchibald commented Sep 25, 2017

It feels like something we shouldn't do by default, as making the same "POST" request twice may have side effects.

Perhaps we should provide an opt-in to this? Something that says "My server is coded in a way that prevents double-posting. Please retry POSTs".

+@beverloo @johnmellor

@jakearchibald
Copy link
Collaborator Author

This might be redundant if we can standardise resumable uploads.

@TheRook
Copy link

TheRook commented Jul 8, 2022

background fetch cannot do post, retrying should be fine... but you cannot trigger a background fetch within the serviceworker - you need an attached client and perhaps use postMessage which isn't trivial to do.

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

2 participants