What is Service Worker Console? & Where is it in Chrome Browser?
Go to chrome://serviceworker-internals
Choose any service worker and start it if not already started.
Click on Inspect!!
Boom! You have the console there!
If a page has a service worker, then that service worker's logs show in that page's JavaScript console. You can see the source of a log line on the right-hand side of the log:
In the console, there is a select box to select the JavaScript context. This defaults to top
(which means "show everything"), but you can select a more specific context for just the service worker: