[w3c/ServiceWorker] Order of messages to clients in same unit of related browsing contexts unclear (#1355)

The spec doesn't seem to require that messages sent from a service worker to two clients which belong to the same unit of related browsing contexts arrive in the same order they were sent. Without this property it's not possible to observe the state where a client is loading and hasn't called `ServiceWorkerContainer.startMessages()` yet, but has a queued message. This, in turn, makes it impossible to test it with some implementation-specific interface, potentially harming compatibility.

-- 
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/1355

Received on Monday, 17 September 2018 13:31:26 UTC