Closed
Bug 1875472
Opened 1 year ago
Closed 1 year ago
Console message coming from a service worker isn't displayed in the Console panel
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1429805
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Download the app and open the
index.html
using your local web server.
git clone https://github.com/janodvarko/prototypes
Don't forget to set devtools.debugger.features.windowless-service-workers
to true
- Open DevTools Toolbox, select the Console panel
- Load the app (the index.js file)
- Click "Register Worker" button on the page
- Click "Execute Console log (from SW)" button
- Check the Console panel, the message isn't there
Honza
Reporter | ||
Updated•1 year ago
|
Blocks: dt-service-worker
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•