Closed
Bug 1408449
Opened 7 years ago
Closed 5 years ago
fetch() calls within a service worker not showing in network monitor in non-e10s mode
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(firefox57 fix-optional)
RESOLVED
DUPLICATE
of bug 1432311
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
When a service worker script does a fetch() we should show that on the network monitor. We currently do this on FF57 beta, but something has regressed it in FF58 nightly.
I'll do a bisection to try to figure out what it is. It might be something I changed recently.
Reporter | ||
Comment 1•7 years ago
|
||
Working in FF57 beta.
Reporter | ||
Comment 2•7 years ago
|
||
Not working in FF58 nightly.
Reporter | ||
Comment 3•7 years ago
|
||
Actually, its something that doesn't work in non-e10s mode. The SW script fetch() calls do show up in e10s mode.
So this probably only effects fennec now.
Keywords: regression
Summary: fetch() calls within a service worker no longer showing in network monitor → fetch() calls within a service worker no longer showing in network monitor in non-e10s mode
Updated•7 years ago
|
status-firefox57:
--- → fix-optional
Priority: -- → P3
Reporter | ||
Updated•7 years ago
|
Summary: fetch() calls within a service worker no longer showing in network monitor in non-e10s mode → fetch() calls within a service worker not showing in network monitor in non-e10s mode
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•