(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