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.
On this page
XRSessionEvent: XRSessionEvent() constructor
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
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
XRSessionEvent |
79 | 79 | No | No | 66 | No | No | 79 | No | 57 | No | 11.2 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/XRSessionEvent/XRSessionEvent