Skip to content

Instantly share code, notes, and snippets.

@kypflug

kypflug/sw-3.js Secret

Created December 15, 2017 01:55
caches.open('my-cache').then(function(cache) {
return cache.addAll([
'/index.html',
'/styles.css',
'/main.js'
]);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment