Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If this plugin is enabled, then no caching features are enabled? #5

Closed
PolGuixe opened this issue May 28, 2019 · 2 comments
Closed

Comments

@PolGuixe
Copy link

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?

@NekR
Copy link
Owner

NekR commented May 28, 2019

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.

@PolGuixe
Copy link
Author

Got it! 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants