Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
This is one of the primary use cases for Service Workers using a feature called background sync.
In a nutshell you create a simple custom form in a code page, place all the needed files in a cache so they are available offline and then you define in your Service Worker a background sync event listener that will arrange to automatically submit the form when network connectivity is regained. You can background sync any number of requests (not just one) and they will all magically appear in QuickBase when you regain network access.
In a nutshell you create a simple custom form in a code page, place all the needed files in a cache so they are available offline and then you define in your Service Worker a background sync event listener that will arrange to automatically submit the form when network connectivity is regained. You can background sync any number of requests (not just one) and they will all magically appear in QuickBase when you regain network access.