documentfullscreenElement
The documentfullscreenElement property in JavaScript is a read-only attribute of the Document interface. It returns the Element that is currently in full-screen mode for the document, or null if no element is in full-screen mode.
This property is part of the Fullscreen API, which allows web applications to request that the browser
The value of documentfullscreenElement changes dynamically. If an element has requested full-screen mode and the browser
Developers can use this property to check the current full-screen status and make decisions about how their