XRPermissionStatus

Overview

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.

Location

Properties


granted

 

property granted: array of String read write;

 

String[] granted { get; set; }

 

var granted: String... { get{} set{} }

 

String[] granted { __get; __set; }

 

Property granted() As String()