You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(this should be in a discussion but it isn't enabled for this project)
currently if you make a change to a cloud room while you are offline then close the page when you go back online and visit the page your changes will be lost
when using workbox you can save all failed requests and send them back when the user connects to the internet even if the user closed the page its called background sync api
for example the user connection gets cut off and they close the page thinking they are still online later the user connects to the internet so the background sync api catchs it and sends their work to the cloud if they are authenticated
The text was updated successfully, but these errors were encountered:
kemo-1
changed the title
if the user connection goes down then
if the user connection goes down then he closes the tap his progress will be lost
Dec 5, 2024
(this should be in a discussion but it isn't enabled for this project)
currently if you make a change to a cloud room while you are offline then close the page when you go back online and visit the page your changes will be lost
when using workbox you can save all failed requests and send them back when the user connects to the internet even if the user closed the page its called background sync api
for example the user connection gets cut off and they close the page thinking they are still online later the user connects to the internet so the background sync api catchs it and sends their work to the cloud if they are authenticated
this can be possible to do here right?
https://developer.chrome.com/docs/workbox/modules/workbox-background-sync
The text was updated successfully, but these errors were encountered: