Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created October 28, 2019 14:21
Show Gist options
  • Save thepassle/9e3db7d0975b86d32956ba1fad708455 to your computer and use it in GitHub Desktop.
Save thepassle/9e3db7d0975b86d32956ba1fad708455 to your computer and use it in GitHub Desktop.
skipwaiting11
self.addEventListener('activate', event => {
// clean up old caches etc etc
clients.claim();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment