Skip to content

Instantly share code, notes, and snippets.

@beebole
Created July 25, 2017 19:53
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/e138db94e6c12e4a34d3a8ee747421d8 to your computer and use it in GitHub Desktop.
Save beebole/e138db94e6c12e4a34d3a8ee747421d8 to your computer and use it in GitHub Desktop.
Mobile offline - SW file
.then( function( ){
return self.clients.claim( );
})
.catch( function( e ){
console.log("Error handling cache", e);
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment