XRPermissionStatus
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The XRPermissionStatus
interface defines the object returned by calling navigator.permissions.query()
for the xr
permission name; it indicates whether or not the app or site has permission to use WebXR, an may be monitored over time for changes to that permissions tate.
Properties
In addition to the properties listed below, XRPermissionStatus
includes the properties defined by its parent interface, PermissionStatus
.
granted
-
An array of strings listing the names of the features for which permission has been granted as of the time at which
navigator.permissions.query()
was called. Any feature which was specified in eitheroptionalFeatures
orrequiredFeatures
when callingnavigator.permissions.query()
are listed ingranted
if and only if permission to use them is granted.
Specifications
Specification |
---|
WebXR Device API # xrpermissionstatus |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
XRPermissionStatus |
No
See bug 1060163.
|
No |
No
See bug 1582344.
|
No |
No |
No |
No |
No |
No |
No |
No |
No |
granted |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
See also
- Permissions and security for WebXR
XRPermissionStatus
-
navigator.permissions
andWorkerNavigator.permissions
Permissions
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/XRPermissionStatus