Skip to content

Instantly share code, notes, and snippets.

@ritikrishu
Created March 11, 2018 21:13
Show Gist options
  • Save ritikrishu/b3de66db988fc5e843ef23244f80753c to your computer and use it in GitHub Desktop.
Save ritikrishu/b3de66db988fc5e843ef23244f80753c to your computer and use it in GitHub Desktop.
retrieving all cache names from CacheStorage
caches.keys()
.then(keysArray => {
console.log(keysArray)
/**
["category-1-cache", "some-other-cache", "static-assests-cache", "could be anything"]
*/
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment