Juraj M.
unread,Sep 3, 2025, 3:22:48 AM (yesterday) Sep 3Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, woxxom, kg_17, Juraj M.
Well, I have a bit of a special case now...
I'm converting my extension into web app, so I need to open Service worker of the web app, not extension.
Specifically, I want to see the Service worker console, so I'm looking for the "Inspect" button, but I don't see it in the "Application" tab.
I can see it only on the chrome://serviceworker-internals/ page.
Look, it even shows me there are two errors in the "background.loader.js", but clicking it only focuses current window console, instead of opening the worker console. Maybe I should actually report this as a bug, right?