-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Remove globals from Web/API #33019
Labels
Content:Meta
Content in the meta docs
Content:WebAPI
Web API docs
MDN:Project
Anything related to larger core projects on MDN
Comments
github-actions
bot
added
Content:Meta
Content in the meta docs
Content:WebAPI
Web API docs
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Apr 9, 2024
This was referenced Apr 23, 2024
This was referenced Apr 30, 2024
This was referenced May 15, 2024
Josh-Cena
added
MDN:Project
Anything related to larger core projects on MDN
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Jun 6, 2024
This was referenced Sep 18, 2024
This was referenced Sep 25, 2024
Also, should the same thing to be done on BCD? |
@Elchi3 , @queengooborg, wdyt? |
I had been asking about this in Slack but Vinyl did not seem particularly interested—or perhaps I didn't explain it well. |
seems mdn/browser-compat-data#18739 is already discussing this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Content:Meta
Content in the meta docs
Content:WebAPI
Web API docs
MDN:Project
Anything related to larger core projects on MDN
This issue is to remove "globals" from Web/API, by instead having separate pages under
Window
andWorkerGlobalScope
. This was discussed in https://github.com/orgs/mdn/discussions/360.This has been done for
indexedDB
(#32040) and looks all right (https://github.com/orgs/mdn/discussions/360#discussioncomment-9023867), so let's do it for all the remaining pages.For each page, the process is:
Window
.Window
to be an instance property or method page, and update the content accordinglyWorkerGlobalScope
, that's worker-specificOnce all pages are fixed, the final step in this issue is to remove the
web-api-global-function
andweb-api-global-property
page types.The text was updated successfully, but these errors were encountered: