Is there a way to check the current style of the window, using the window object itself?
For example something like:
window.isFullscreen()
Or another elaborate way? I could not find anything in the code, but maybe I missed something obvious.
Thanks in advance.