Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show the active service workers in the firefox dev tools?

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 ?

like image 471
Bernard C. Pereira Avatar asked Jan 24 '18 17:01

Bernard C. Pereira


People also ask

How do I find out if a service worker is running?

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 .

How do I enable service services in Firefox?

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.

Does Firefox support service workers?

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.


1 Answers

Type about:debugging#workers in your address bar, or in a more natural way:

Menu -> Web Developer -> Service Workers.

like image 186
Pe Wu Avatar answered Sep 27 '22 20:09

Pe Wu