Skip to content

Instantly share code, notes, and snippets.

@dhilst
Created October 28, 2018 04:52
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 dhilst/bca653a2ecfb1d6a1e63e2937c2cf727 to your computer and use it in GitHub Desktop.
Save dhilst/bca653a2ecfb1d6a1e63e2937c2cf727 to your computer and use it in GitHub Desktop.
Delete all service workers cache on liner
window.caches.keys().then(ks => ks.forEach(k => window.caches.delete(k).then(console.log).catch(console.error)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment