Closed
Bug 1524624
Opened 6 years ago
Closed 6 years ago
Cleanup service worker status detection when sw refactor is enabled
Categories
(DevTools :: about:debugging, enhancement)
DevTools
about:debugging
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: jdescottes, Unassigned)
References
Details
DevTools have implemented workarounds to find the status of service workers. With the service worker refactor, we should be able to cleanup some of them.
A first area for cleanup was identify in the new about:debugging. The logic for detecting if a service worker is registering/running/stopped should rely on the presence of registrationFront.installingWorker/waitingWorker/activeWorker, rather than on the custom logic we have at the moment.
Reporter | ||
Comment 1•6 years ago
|
||
Closing as INACTIVE. The bug is not actionable as is. Let's file new bugs once the refactor is done.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•