Results 201 - 220 of 260

HMDVRDevice

The HMDVRDevice interface of the WebVR API represents a head mounted display, providing access to information about each eye, and allowing us to modify the current field of view.
API Experimental Expérimental HMDVRDevice Interface Obsolete Reference Référence Virtual Reality VR WebVR

HMDVRDevice.getEyeParameters()

The getEyeParameters() method of the HMDVRDevice interface returns current parameters for the eye specified as its argument ("left" or "right") — stored in a VREyeParameters object.
API Experimental Expérimental HMDVRDevice Method Obsolete Reference Référence Virtual Reality VR WebVR

HMDVRDevice.setFieldOfView()

The setFieldOfView() method of the HMDVRDevice interface can be used to set the field of view for one eye, or both eyes simultaneously.
API Experimental Expérimental HMDVRDevice Method Obsolete Reference Référence Virtual Reality VR WebVR

MediaQueryList

A MediaQueryList object maintains a list of media queries on a document, and handles sending notifications to listeners when the media queries on the document change.
API CSSOM View Experimental Expérimental Interface NeedsMarkupWork NeedsMobileBrowserCompatibility NeedsSplit Reference Référence

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

PositionSensorVRDevice.getState()

The getState() method of the PositionSensorVRDevice interface returns the current state of the position sensor for the current frame (e.g. within the current window.requestAnimationFrame callback) or for the previous frame, contained with a VRPositionState object. This is the method you'd normally want to use, versus PositionSensorVRDevice.getImmediateState.
API Experimental Expérimental Method Obsolete PositionSensorVRDevice Reference Référence Virtual Reality VR WebVR

PositionSensorVRDevice.resetSensor()

The resetSensor() method of the VRDevice interface can be used to reset the sensor if desired, returning the position and orientation values to zero.
API Experimental Expérimental Method Obsolete PositionSensorVRDevice Reference resetSensor Référence Virtual Reality VR WebVR

Selection.anchorNode

The Selection.anchorNode read-only property returns the Node in which the selection begins.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.anchorOffset

The Selection.anchorOffset read-only property returns the number of characters that the selection's anchor is offset within the Selection.anchorNode.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.focusNode

Selection.focusNode read-only property returns the Node, in which selection ends.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.focusOffset

The Selection.focusOffset read-only property returns the number of characters that the selection's focus is offset within the Selection.focusNode.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.isCollapsed

The Selection.isCollapsed read-only property returns a Boolean which indicates whether or not there is currently any text selected; That is to say that the selection's start and end points are at the same position in the content.
API DOM Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection

Selection.rangeCount

The Selection.rangeCount read-only property returns the number of ranges in the selection.
API Experimental Expérimental HTML Editing Property Read-only Reference Référence Selection