question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Delete service workers

See original GitHub issue

Describe 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:closed
  • Created 6 years ago
  • Reactions:10
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
kennethtran93commented, May 22, 2020

@sdht0 Thanks! It will be worked upon once I get existing bugs/regresions fixed.

2reactions
sdht0commented, May 22, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found