- From: Jungkee Song <notifications@github.com>
- Date: Wed, 06 May 2015 06:23:08 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 6 May 2015 13:23:48 UTC
Addressed: cc117a08a2707b45d732e9c00631a12f1f52342f. I tried to name it `ExtendableMessageEvent` rather than `ClientMessageEvent` as the message events sent by `ServiceWorker.postMessage()` include service worker to service worker communication (e.g. installing worker to active worker). I feel it sounds intuitive too. For the messages sent by `Client.postMessage()`, I just used `ServiceWorkerMessageEvent`. Any better name for this interface? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/669#issuecomment-99457243
Received on Wednesday, 6 May 2015 13:23:48 UTC