mltefive / docs

https://mltefive.github.io/docs/
1 stars 0 forks source link

unregister() serviceWorker #9

Open 7dir opened 5 years ago

7dir commented 5 years ago
navigator.serviceWorker.getRegistrations().then(function(registrations) {
 for(let registration of registrations) {
  registration.unregister()
} })