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

Section 4.2.4 Client.reserved states:

> The reserved attribute must return the context object’s associated reserved state.

At:

https://w3c.github.io/ServiceWorker/#client-reserved

But things like `caches.matchAll()` reference "execution ready flag" instead of "reserved state".  See step 2.2.4.1:

https://w3c.github.io/ServiceWorker/#dom-clients-matchall

Should `client.reserved` also use execution ready flag?

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

Received on Thursday, 15 December 2016 22:51:10 UTC