Skip to content

Instantly share code, notes, and snippets.

@meadowsys
Created April 9, 2022 22:01
Show Gist options
  • Save meadowsys/329bbf53846d3b767af7c52d0ae114bd to your computer and use it in GitHub Desktop.
Save meadowsys/329bbf53846d3b767af7c52d0ae114bd to your computer and use it in GitHub Desktop.
// made for my own reference
// taken from here:
// https://www.danielhill.com.au/removing-service-workers-from-mac-safari
navigator.serviceWorker.getRegistrations().then(r => r.forEach(r => r.unregister()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment