You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Client is a snapshot captured when Create Client 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.
Section 4.2.4 Client.reserved states:
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?The text was updated successfully, but these errors were encountered: