Re: [w3c/ServiceWorker] How to report install progress back to the DOM ? (#1324)

Use `postMessage` on client objects https://developer.mozilla.org/en-US/docs/Web/API/Client/postMessage.

To get clients https://developer.mozilla.org/en-US/docs/Web/API/Clients/matchAll.

-- 
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/1324#issuecomment-396100759

Received on Monday, 11 June 2018 01:44:15 UTC