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
The main reason to use it, is when you want to unregister ServiceWorker. Like completely remove it and make sure it work. After that, offline or whatever won't work because there won't be registered ServiceWorker.
You later want to ship ServiceWorker again, just remove the code of this project (of the plugin if you're using it) and start using normal ServiceWorker which does what you need.
If this plugin is enabled, then no caching features are enabled?
I mean if the service worker is invalidated each time? When would it work? Only when is offline?
The text was updated successfully, but these errors were encountered: