In the Chrome Developer tools (pressing F12), I can see all service workers, accessing the Application tab, selecting Service Workers menu, checking "Show All".
How can I do it, in the Firefox ?
A: From a page on the same origin, go to Developer Tools > Application > Service Workers. You can also use chrome://inspect/#service-workers to find all running service workers. To poke around at the internals (usually only Chromium developers should need this), visit chrome://serviceworker-internals .
Note: On Firefox, for testing you can run service workers over HTTP (insecurely); simply check the Enable Service Workers over HTTP (when toolbox is open) option in the Firefox Devtools options/gear menu.
Firefox has also started to implement some useful tools related to service workers: You can navigate to about:debugging to see what SWs are registered and update/remove them.
Type about:debugging#workers
in your address bar,
or in a more natural way:
Menu -> Web Developer -> Service Workers
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With