Open
Bug 1638394
Opened 4 years ago
Updated 4 years ago
Display service worker status in the Debugger
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
Details
Attachments
(1 file)
6.92 KB,
image/png
|
Details |
In Bug 1621338, we will most likely stop showing the service worker state in the Debugger ("activated", "installing", etc...).
The debugger will start using the target list to fetch (service) worker targets, and those targets will not have any information about the service worker status. This status is an information coming from the parent process, while the (service) worker target lives in content processes.
The debugger could start watching service worker registrations from the resource watcher (dependency not filed yet), retrieve the information about the status from there and create the label this way.
Reporter | ||
Comment 1•4 years ago
|
||
The label is currently displayed next to the worker's name. In the screenshot here "(activated)".
You need to log in
before you can comment on or make changes to this bug.
Description
•