- From: Yaron Tausky <notifications@github.com>
- Date: Mon, 17 Sep 2018 06:31:05 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 September 2018 13:31:26 UTC
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