Re: [w3c/ServiceWorker] postMessage() to a reserved client throws (#1035)

Language about queues and moving queued up things between them is already present in HTML for MessagePorts. See e.g. the transferring steps at https://html.spec.whatwg.org/#create-a-new-messageport-object

You may want to copy that, or even use MessagePorts as some underlying mechanism like HTML does for workers (see https://html.spec.whatwg.org/#dom-worker-postmessage).

-- 
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/1035#issuecomment-291052946

Received on Monday, 3 April 2017 05:40:17 UTC