Window.windowState not in latest Chrome or Firefox, same for windows.WindowState
Categories
(developer.mozilla.org Graveyard :: API, defect)
Tracking
(Not tracked)
People
(Reporter: jbstrater, Assigned: cmills)
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
What did you do?
These two pages document features that do not exist, as far as I can tell. I have looked for them in the latest Firefox and Chrome on the latest Windows 10.
1. https://developer.mozilla.org/en-US/docs/Web/API/Window/windowState
2. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/windows/WindowState
I cannot find the windows object at all.
This w3schools page (another google search results favorite) makes no mention of Window.windowState: https://www.w3schools.com/jsref/obj_window.asp
Page #1 refers to Window.state, which is not referenced anywhere else.
I'm not an expert on upcoming features, but these pages are wack.
What happened?
the docs need updating...
What should have happened?
...or removal
Is there anything else we should know?
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
You are right that window.windowState no longer exists. I've deleted those pages. It does exist in the WebExtension APIs however, so I've kept that page. Thanks for reporting!
Updated•5 years ago
|
Description
•