Re: [ServiceWorker] Clients & postMessage (#609)

The problem is that if `Client` is the place from which you message towards client, it should also be the place from which you receive messages from the client. Similar to `ServiceWorkerRegistration` being the proposed place to send messages towards the service worker and receiving messages from the service worker.

(Having `getAll()` not actually return all by default is confusing. Name it `get()` then.)

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/609#issuecomment-70889369

Received on Wednesday, 21 January 2015 18:09:27 UTC