Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a promise that resolves to an array of VRDisplay objects that are currently connected to the device.
Syntax
var retval = navigator.getVRDisplays();
Parameters
This method has no parameters.
Return value
Type: Promise<sequence<VRDisplay>>
A promise that resolves to an array of VRDisplays.