We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc0682 commit fb8ed4cCopy full SHA for fb8ed4c
inputfiles/addedTypes.jsonc
@@ -76,12 +76,6 @@
76
]
77
}
78
},
79
- "DeviceMotionEventAcceleration": {
80
- "noInterfaceObject": true
81
- },
82
- "DeviceMotionEventRotationRate": {
83
84
85
"HTMLImageElement": {
86
"name": "HTMLImageElement",
87
"properties": {
inputfiles/patches/device-motion.kdl
@@ -0,0 +1,2 @@
1
+interface DeviceMotionEventAcceleration noInterfaceObject=#true
2
+interface DeviceMotionEventRotationRate noInterfaceObject=#true
0 commit comments