Created
April 9, 2022 22:01
-
-
Save meadowsys/329bbf53846d3b767af7c52d0ae114bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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