fullscreenEnabled property
bool
get
fullscreenEnabled
The read-only fullscreenEnabled
property on the Document interface indicates whether or not fullscreen
mode is available.
fullscreen mode is available only for a page that has no
windowed plug-ins in any of its documents, and if all iframe
elements
which contain the document have their
allowfullscreen
attribute set.
Although this property is read-only, it will not throw if it is modified (even in strict mode); the setter is a no-operation and it will be ignored.
Implementation
external bool get fullscreenEnabled;