Draft
This page is not complete.
Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The onend attribute of the XRSession object is the event handler for the end event, which is dispatched after the XR session ends and all related hardware-specific routines are completed.
Syntax
XRSession.onend = function(event) { ... };
Example
XRSession.onend = function(event) {
console.log("The XR session has ended")
}
Specifications
| Specification | Status | Comment |
|---|---|---|
| WebXR Device API The definition of 'XRSession.onend' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
onend | Chrome Full support 79 | Edge Full support 79 | Firefox No support No | IE No support No | Opera No support No | Safari No support No | WebView Android No support No | Chrome Android Full support 79 | Firefox Android No support No | Opera Android No support No | Safari iOS No support No | Samsung Internet Android Full support 11.2 |
Legend
- Full support
- Full support
- No support
- No support
