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

Window updateCommands() method wrong #36974

Open
T34-active opened this issue Nov 26, 2024 · 1 comment
Open

Window updateCommands() method wrong #36974

T34-active opened this issue Nov 26, 2024 · 1 comment
Labels
Content:WebAPI Web API docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@T34-active
Copy link
Contributor

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/Window/updateCommands

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

Updates the state of commands of the current chrome window (UI).
Does this sentence need to be changed to
"Updates the state of commands of the current FireFox window (UI)."
Because Chrome no longer supports this method.

What did you expect to see?

need update content.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@T34-active T34-active added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Nov 26, 2024
@github-actions github-actions bot added the Content:WebAPI Web API docs label Nov 26, 2024
@wbamberg
Copy link
Collaborator

wbamberg commented Nov 26, 2024

This uses "chrome" in the old meaning of "chrome window", meaning the window that implements the browser UI (address bars, back/forward buttons etc) in XUL. So it's technically correct, however although this function still apparently exists I don't think this documentation is usable and I wouldn't be surprised if the function isn't usable either, since AFAIK Firefox doesn't use XUL any more. See also https://www-archive.mozilla.org/editor/editor_commands.

So I would vote to delete this page!

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

2 participants