W3cubDocs

/Web APIs

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, and may be monitored over time for changes to that permissions tate.

EventTarget PermissionStatus XRPermissionStatus

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 either optionalFeatures or requiredFeatures when calling navigator.permissions.query() are listed in granted if and only if permission to use them is granted.

Specifications

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
No
No
No
No
No
No
No
No
No
No
No
granted
No
No
No
No
No
No
No
No
No
No
No
No

See also

© 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