Skip to content

Commit 0dfdef4

Browse files
caugnerElchi3
andauthored
Firefox/Safari don't expose DeviceMotionEventAcceleration interface (#29068)
* Firefox/Safari don't expose `DeviceMotionEventAcceleration` interface * Update api/DeviceMotionEventAcceleration.json Co-authored-by: Florian Scholz <fs@florianscholz.com> * Update api/DeviceMotionEventAcceleration.json Co-authored-by: Florian Scholz <fs@florianscholz.com> --------- Co-authored-by: Florian Scholz <fs@florianscholz.com>
1 parent 977c6bc commit 0dfdef4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

api/DeviceMotionEventAcceleration.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"version_added": "12"
1717
},
1818
"firefox": {
19-
"version_added": "6"
19+
"version_added": "6",
20+
"notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed on the `Window` scope."
2021
},
2122
"firefox_android": "mirror",
2223
"ie": {
@@ -29,7 +30,8 @@
2930
"version_added": false
3031
},
3132
"safari_ios": {
32-
"version_added": "4.2"
33+
"version_added": "4.2",
34+
"notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed on the `Window` scope."
3335
},
3436
"samsunginternet_android": "mirror",
3537
"webview_android": "mirror",

0 commit comments

Comments
 (0)