Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec client.reserved #1003

Closed
jungkees opened this issue Nov 9, 2016 · 0 comments
Closed

Spec client.reserved #1003

jungkees opened this issue Nov 9, 2016 · 0 comments
Milestone

Comments

@jungkees
Copy link
Collaborator

jungkees commented Nov 9, 2016

History of adding client.reserved:
#870 has addressed issues around exposing the states of a reserved client to SW during a navigation and a worker creation. As part of this work, client.reserved has been spec'd (d88e979) to provide the reserved state of the retrieved Client object.

An issue pointed in whatwg/html#2004 (comment) has been addressed by d2c327c

@jungkees jungkees added this to the Version 1 milestone Nov 9, 2016
annevk pushed a commit to whatwg/html that referenced this issue Nov 9, 2016
Service worker's Client's reserved attribute and clients.matchAll(/* options.includeReserved */) method require getting the state of a Client object whether its environment is in reserved state or not.

This commit adds the execution ready flag to the environment concept that distinguishes the state between before and after the user agent is ready to parse a fetched (or given default) document or execute a worker script.

The execution ready flag is set when the global object and realm execution context are created and the main resource (for parsing/executing) is ready.

Related service worker issue: w3c/ServiceWorker#1003.

Fixes #1992.
alice pushed a commit to alice/html that referenced this issue Jan 8, 2019
Service worker's Client's reserved attribute and clients.matchAll(/* options.includeReserved */) method require getting the state of a Client object whether its environment is in reserved state or not.

This commit adds the execution ready flag to the environment concept that distinguishes the state between before and after the user agent is ready to parse a fetched (or given default) document or execute a worker script.

The execution ready flag is set when the global object and realm execution context are created and the main resource (for parsing/executing) is ready.

Related service worker issue: w3c/ServiceWorker#1003.

Fixes whatwg#1992.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant