WebIDLpedia

XRSessionEvent interface

Definition

WebXR Device API defines XRSessionEvent



[SecureContext, Exposed=Window]
interface XRSessionEvent : Event {
  constructor(DOMString type, XRSessionEventInit eventInitDict);
  [SameObject] readonly attribute XRSession session;
};

Methods and attributes that return objects implementing XRSessionEvent