Skip to content

Instantly share code, notes, and snippets.

@beebole
Created July 25, 2017 19:55
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/11f2e23214a81f83da1588a0b7d28d5b to your computer and use it in GitHub Desktop.
Save beebole/11f2e23214a81f83da1588a0b7d28d5b to your computer and use it in GitHub Desktop.
Mobile offline - SW file
caches.match( event.request )
.then(function( response ) {
if ( response ) {
return response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment