Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created October 28, 2019 14:29
Show Gist options
  • Save thepassle/96a173e47e2ebe8fa3cd0605029fd3ba to your computer and use it in GitHub Desktop.
Save thepassle/96a173e47e2ebe8fa3cd0605029fd3ba to your computer and use it in GitHub Desktop.
updating9
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment