Skip to content

Instantly share code, notes, and snippets.

@beebole
Created July 25, 2017 19:52
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 beebole/878764ac495a1c4521c50c849101fc71 to your computer and use it in GitHub Desktop.
Save beebole/878764ac495a1c4521c50c849101fc71 to your computer and use it in GitHub Desktop.
Mobile offline - SW file
self.addEventListener( 'install', function(){
return self.skipWaiting( );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment