Delete service workers
See original GitHub issueDescribe the Bug/Feature
Maybe it would also be useful to clear the service workers too. They can cache things or so, but likely also be used to store “tracking cookie”-like things.
And they can run in the background when websites are not open. One can open about:serviceworkers
(or chrome://inspect/#service-workers
in Chrome/ium) to look what service workers you already run.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How do I uninstall a Service Worker? - Stack Overflow
Open Developer Tools (F12) and Select Application. Then Either. Select Clear Storage -> Unregister service worker. or. Select Service Workers -> Choose Update ......
Read more >How To Uninstall, Unregister Or Remove A Service Worker ...
Manually Uninstalling A Service Worker ... The next option is to manually unregister the service worker. This is also available from the developer ......
Read more >How to remove or unregister a Service worker? #340 - GitHub
Go to your app's url then go into dev tools · Click on the Application tab · in the list of the left...
Read more >How to unregister all installed service workers in Chrome
Today I saw a quick Twitter conversation about service workers. The question was how to uninstall all registered service workers in Chrome.
Read more >Removing buggy service workers - Chrome Developers
Some browsers will unregister all service workers for an origin if a Clear-Site-Data response header with a value of 'storage' is set. However, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sdht0 Thanks! It will be worked upon once I get existing bugs/regresions fixed.
@kennethtran93: in case you missed the above message, this feature will also be available in FF77 and can be implemented along with #171 and #551. Hopefully all these together implies CAD will finally have feature parity with FF’s “Manage cookies and site data” on a per-hostname basis.