Skip to content

Instantly share code, notes, and snippets.

@beebole
Created July 25, 2017 19:51
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/71c96387da81e36b6602269d0ae09621 to your computer and use it in GitHub Desktop.
Save beebole/71c96387da81e36b6602269d0ae09621 to your computer and use it in GitHub Desktop.
Mobile offline - SW file
return caches.open( 'name_your_cache_container' )
.then( function( cache ) {
cache.put( event.request, resp.clone( ));
return resp;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment