Re: [w3c/ServiceWorker] Client.reserved references wrong context state? (#1030)

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