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

"get related browsing contexts" does not seem to support nested Workers #313

Open
Ms2ger opened this issue Oct 25, 2022 · 0 comments
Open

Comments

@Ms2ger
Copy link
Contributor

Ms2ger commented Oct 25, 2022

https://w3c.github.io/webdriver-bidi/#get-related-browsing-contexts

Otherwise if the global object specified by settings is a WorkerGlobalScope, for each owner in the global object's owner set, if owner is a Document, append owner’s browsing context to related browsing contexts.

Consider the case where a Document A creates a Worker B, and Worker B creates another Worker C. Calling "get related browsing contexts" with C's settings object would return an empty set. Should it not return { A }?

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

No branches or pull requests

1 participant