- From: Jake Archibald <notifications@github.com>
- Date: Fri, 09 Sep 2016 07:52:43 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 9 September 2016 14:53:10 UTC
@tresdin see https://github.com/w3c/ServiceWorker/issues/870#issuecomment-245559217 for the latest proposal. For your specific case, you'd only match one client if you only have one page open to the origin (and no iframes). With the `includeReserved` `matchAll` option you'll get two clients during navigation. > I still think a client object should be created only once, and its state better be dynamic. Since the window state is happening in another thread, having a static lookup for these isn't great. https://github.com/w3c/ServiceWorker/issues/414 for the original API discussion if you're interested. -- 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/972#issuecomment-245936656
Received on Friday, 9 September 2016 14:53:10 UTC