Skip to content

Commit

Permalink
XRSystem: Use single entry for event (#13484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored and jpmedley committed Jan 10, 2022
1 parent 5c98f88 commit b89824a
Showing 1 changed file with 4 additions and 50 deletions.
54 changes: 4 additions & 50 deletions api/XRSystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
"devicechange_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/XRSystem/devicechange_event",
"spec_url": "https://immersive-web.github.io/webxr/#eventdef-xrsystem-devicechange",
"spec_url": [
"https://immersive-web.github.io/webxr/#eventdef-xrsystem-devicechange",
"https://immersive-web.github.io/webxr/#dom-xrsystem-ondevicechange"
],
"description": "<code>devicechange</code> event",
"support": {
"chrome": {
Expand Down Expand Up @@ -152,55 +155,6 @@
}
}
},
"ondevicechange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/XRSystem/ondevicechange",
"spec_url": "https://immersive-web.github.io/webxr/#dom-xrsystem-ondevicechange",
"support": {
"chrome": {
"version_added": "79"
},
"chrome_android": {
"version_added": "79"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": "11.2"
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"requestSession": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/XRSystem/requestSession",
Expand Down

0 comments on commit b89824a

Please sign in to comment.