web-api-manager/data/standards/SO.json

20 lines
518 B
JSON
Raw Normal View History

{
"info": {
2017-10-19 21:47:37 +00:00
"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"
]
}