Closed Bug 1215385 Opened 9 years ago Closed 8 years ago

When an SW has been loaded for debugging from about:debugging, SW should stay loaded

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: akratel, Unassigned)

References

Details

Once the service worker is loaded from about:debugging, it should stay in memory as long as the debugger session is open. Only a programatic "stop" from within the service worker or from the stop/unregister buttons from about:debugging can stop the service worker.
Blocks: 1209369
This was fixed by attaching a debugger to the worker. When you click on "Debug" next to a service worker in about:debugging, it opens a toolbox in the context of that service worker, and it will stay alive as long as the toolbox stays open. Closing the toolbox frees the service worker again.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.