Results 3701 - 3720 of 3,929

Navigator.activeVRDisplays

The activeVRDisplays read-only property of the Navigator interface returns an array containing every VRDisplay object that is currently presenting (VRDisplay.ispresenting is true).
activeVRDisplays API DOM Experimental Navigator Property Reference Virtual Reality VR WebVR

Navigator.getVRDisplays()

The getVRDisplays() method of the Navigator interface returns a promise that resolves to an array of VRDisplay objects representing any available VR devices connected to the computer.
API DOM Experimental Expérimental getVRDisplays() Media Method Navigator Reference Référence Virtual Reality VR WebVR

Navigator.mozAlarms

Returns a MozAlarmsManager object you can use to schedule notifications or applications to be started at a specific time.
alarm API B2G Firefox OS Non-standard Non-Standard Property WebAPI

NavigatorConcurrentHardware

The NavigatorConcurrentHardware mixin adds to the Navigator interface features which allow Web content to determine how many logical processors the user has available, in order to let content and Web apps optimize their operations to best take advantage of the user's CPU.
API Concurrency HTML DOM Interface Navigator NavigatorConcurrentHardware NeedsBrowserCompatibility Reference Threading Threads WorkerNavigator Workers