Re: [w3c/ServiceWorker] Implementations are missing navigator.serviceWorker in workers (#1552)

So does this bug also imply that till its fixed, a web-worker is NOT a client of service worker ? So if I try to do self.clients.matchAll() inside a service worker, I do see the main window as a client, but I do NOT see my web worker as a client. Basically I wanted to message my web worker from my service-worker, and without finding it in the list of clients, ive no clue how I can do that

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1552#issuecomment-982138819

Received on Monday, 29 November 2021 23:53:50 UTC