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

WindowOrWorkerGlobalScope call information on Window and WorkerGlobalScope is out of date #6034

Closed
bjherbison opened this issue Jun 15, 2021 · 3 comments
Assignees
Labels
Content:WebAPI Web API docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@bjherbison
Copy link

Should https://developer.mozilla.org/en-US/docs/Web/API/Window and https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope just reference WindowOrWorkerGlobalScope instead of including everything in the Properties implemented from elsewhere section?
Currently both those pages don't mention crossOriginIsolated and say origin "does not yet appear to be implemented in any browser" even though https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope says it was implemented in Chrome 59 and Firefox 54.

@sideshowbarker sideshowbarker added the Content:WebAPI Web API docs label Jun 16, 2021
@himanshugarg
Copy link
Contributor

himanshugarg commented Aug 30, 2021

  1. Any pages that statically/dynamically fetch the relevant sections from others? We could do similar to fetch properties/methods/events from WindowOrWorkerGlobalScope.
  2. Should we just link to relevant sections of WindowOrWorkerGlobalScope and remove the duplicated content from here?
  3. Do a one off sync to fix this bug?

@Elchi3
Copy link
Member

Elchi3 commented Aug 30, 2021

We'd like to move these pages and I'm doing that work in #8351. The compat data will also be updated in mdn/browser-compat-data#11518

@Elchi3 Elchi3 self-assigned this Aug 30, 2021
@Rumyra Rumyra added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Nov 25, 2021
@Elchi3
Copy link
Member

Elchi3 commented Mar 11, 2022

We removed the abstract mixin page https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope. The exposed interface pages Window and WorkerGlobalScope remain.

@Elchi3 Elchi3 closed this as completed Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

5 participants