web-api-manager/data/standards/SO.json
2017-10-19 17:47:37 -04:00

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"
]
}