Skip to content

Commit 1de0d56

Browse files
Chrome 144 XRSession visibilitymaskchange event (#29576)
Chrome 144 XRSession visibilitymaskchange event
1 parent c0c1d96 commit 1de0d56

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

api/XRSession.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,43 @@
15421542
}
15431543
}
15441544
},
1545+
"visibilitymaskchange_event": {
1546+
"__compat": {
1547+
"description": "`visibilitymaskchange` event",
1548+
"spec_url": "https://immersive-web.github.io/webxr/#eventdef-xrsession-visibilitymaskchange",
1549+
"tags": [
1550+
"web-features:webxr-device"
1551+
],
1552+
"support": {
1553+
"chrome": {
1554+
"version_added": "144"
1555+
},
1556+
"chrome_android": "mirror",
1557+
"edge": "mirror",
1558+
"firefox": {
1559+
"version_added": false
1560+
},
1561+
"firefox_android": "mirror",
1562+
"oculus": "mirror",
1563+
"opera": "mirror",
1564+
"opera_android": "mirror",
1565+
"safari": {
1566+
"version_added": false
1567+
},
1568+
"safari_ios": "mirror",
1569+
"samsunginternet_android": "mirror",
1570+
"webview_android": {
1571+
"version_added": false
1572+
},
1573+
"webview_ios": "mirror"
1574+
},
1575+
"status": {
1576+
"experimental": true,
1577+
"standard_track": true,
1578+
"deprecated": false
1579+
}
1580+
}
1581+
},
15451582
"visibilityState": {
15461583
"__compat": {
15471584
"mdn_url": "https://developer.mozilla.org/docs/Web/API/XRSession/visibilityState",

0 commit comments

Comments
 (0)