@@ -9,7 +9,7 @@ self.addEventListener("message", (event) => {
workbox.routing.registerRoute(
new RegExp('/*'),
new workbox.strategies.CacheFirst({
new workbox.strategies.StaleWhileRevalidate({
cacheName: CACHE
})
);
The note is not visible to the blocked user.