Open lbensaad opened 1 month ago
For API calls, I want the UI to show cached data to the user, then when the cache is updated by the service worker I will update the UI with the new data. I tried workbox-broadcast-update but it did not work for me, any hint on how to use it?
For API calls, I want the UI to show cached data to the user, then when the cache is updated by the service worker I will update the UI with the new data. I tried workbox-broadcast-update but it did not work for me, any hint on how to use it?