- From: Jungkee Song <notifications@github.com>
- Date: Sun, 18 Dec 2016 21:28:28 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 December 2016 05:29:03 UTC
A `Client` is a snapshot captured when [Create Client](https://w3c.github.io/ServiceWorker/#create-client-algorithm) is invoked. So, `client.reserved`'s getter just returns the value captured in the creation time as such instead of the execution ready flag that can dynamically change. -- 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/1030#issuecomment-267885012
Received on Monday, 19 December 2016 05:29:03 UTC