Hacker News new | ask | show | jobs
by karolg 2855 days ago
Actually, Firefox has UI for this. Click "Menu -> Web Developer -> Service Workers". This will open a special page "about:debugging#workers". It shows active service workers and allows you to unregister them. There is another even simpler UI at "about:serviceworkers".
1 comments

Interesting, thank you. Why isn't this functionality accessible through the regular settings UI?