XRSessionEvent: XRSessionEvent() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The WebXR Device API's
XRSessionEvent()
constructor creates and returns a new
XRSessionEvent
object. These objects represent events announcing
state changes in an XRSession
representing an augmented or virtual
reality session.
Syntax
js
new XRSessionEvent(type, options)
Parameters
Return value
A new XRSessionEvent
object representing an object of the
specified type and configured as described by the options
parameter.
Examples
See XRSessionEvent
for example code.
Specifications
Specification |
---|
WebXR Device API # dom-xrsessionevent-xrsessionevent |
Browser compatibility
BCD tables only load in the browser