2017-10-14 04:23:49 +00:00
|
|
|
{
|
|
|
|
"info": {
|
|
|
|
"name": "Fullscreen API",
|
|
|
|
"subsection_number": null,
|
|
|
|
"subsection_name": null,
|
|
|
|
"url": "https://fullscreen.spec.whatwg.org/"
|
|
|
|
},
|
|
|
|
"features": [
|
|
|
|
"document.mozFullScreen",
|
|
|
|
"document.mozFullScreenElement",
|
2017-10-29 04:59:54 +00:00
|
|
|
"document.webkitFullScreenElement",
|
|
|
|
"document.fullScreenElement",
|
2017-10-14 04:23:49 +00:00
|
|
|
"document.mozFullScreenEnabled",
|
2017-10-29 04:59:54 +00:00
|
|
|
"document.webkitFullscreenEnabled",
|
2017-10-14 04:23:49 +00:00
|
|
|
"document.onmozfullscreenchange",
|
2017-10-29 04:59:54 +00:00
|
|
|
"document.onwebkitfullscreenchange",
|
2017-10-14 04:23:49 +00:00
|
|
|
"document.onmozfullscreenerror",
|
2017-10-29 04:59:54 +00:00
|
|
|
"document.onwebkitfullscreenerror",
|
2017-10-14 04:23:49 +00:00
|
|
|
"Document.prototype.mozCancelFullScreen",
|
2017-10-29 04:59:54 +00:00
|
|
|
"Document.prototype.webkitCancelFullScreen",
|
|
|
|
"Document.prototype.webkitCurrentFullScreenElement",
|
|
|
|
"Document.prototype.mozExitFullscreen",
|
|
|
|
"Document.prototype.webkitExitFullscreen",
|
|
|
|
"Document.prototype.exitFullscreen",
|
2017-10-14 04:23:49 +00:00
|
|
|
"Element.prototype.mozRequestFullScreen",
|
2017-10-29 04:59:54 +00:00
|
|
|
"Element.prototype.webkitRequestFullScreen",
|
|
|
|
"Element.prototype.requestFullScreen",
|
2017-10-14 04:23:49 +00:00
|
|
|
"window.onmozfullscreenchange",
|
|
|
|
"window.onmozfullscreenerror"
|
|
|
|
]
|
|
|
|
}
|