- From: gopakumarce <notifications@github.com>
- Date: Mon, 29 Nov 2021 15:53:37 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 November 2021 23:53:50 UTC
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