Closed
Bug 1644746
Opened 5 years ago
Closed 5 years ago
Sources for service workers not shown on refresh
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1641796
People
(Reporter: Harald, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
288.78 KB,
image/png
|
Details |
What were you doing?
- Open Debugger on https://share.firefox.dev/3cOZzCe
- Open sw.js in Debugger and set a Logpoint somewhere
- Refresh
What happened?
Source Tree does not show sw.js
anymore, while Threads panel still has sw.js
.
Comment 1•5 years ago
|
||
Thanks for the report Harald!
I can reproduce it on my machine and I am also seeing the following error.
TypeError: can't access property "id", source is undefined panel.js:233:5
Looks like this.getSourceByURL(workerTargetFront._url);
is returning undefined.
Logan, any tips?
Honza
Flags: needinfo?(loganfsmyth)
Updated•5 years ago
|
Depends on: dbg-sources
Comment 2•5 years ago
|
||
This should be fixed by Bug 1641796
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Flags: needinfo?(loganfsmyth)
You need to log in
before you can comment on or make changes to this bug.
Description
•