Skip to content

Instantly share code, notes, and snippets.

@simonmcmanus
Created November 6, 2016 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmcmanus/c85cfe81eb45dd9aed52321d463469a4 to your computer and use it in GitHub Desktop.
Save simonmcmanus/c85cfe81eb45dd9aed52321d463469a4 to your computer and use it in GitHub Desktop.
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js');
} else {
appCacheNanny.start()
}
appCacheNanny.on('updateready', function () {
location.reload()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment