Created
October 11, 2017 02:20
-
-
Save quangnd-pgvn/90601291a846e67d90831ee4ef587efb to your computer and use it in GitHub Desktop.
Disable warning service-worker + Bad HTTP Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run in console | |
``` | |
navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister() } }) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment