19 lines
518 B
JSON
19 lines
518 B
JSON
{
|
|
"info": {
|
|
"name": "Screen Orientation API",
|
|
"subsection_number": null,
|
|
"subsection_name": null,
|
|
"url": "https://w3c.github.io/screen-orientation/"
|
|
},
|
|
"features": [
|
|
"screen.mozOrientation",
|
|
"screen.onmozorientationchange",
|
|
"screen.orientation",
|
|
"Screen.prototype.mozLockOrientation",
|
|
"Screen.prototype.mozUnlockOrientation",
|
|
"ScreenOrientation.prototype.lock",
|
|
"ScreenOrientation.prototype.unlock",
|
|
"window.ondevicemotion",
|
|
"window.ondeviceorientation"
|
|
]
|
|
}
|