Liking cljdoc? Tell your friends :D

web.XR

The XR interface acts as the gateway interface for WebXR API.

The XR interface acts as the gateway interface for WebXR API.
raw docstring

request-sessioncljs

(request-session this & args)

Method.

The requestSession method of web.XR interface of WebXR API requests a new web.XRSession with a specific web.XRSessionMode is used for all interaction with WebXR environment.

XR.requestSession(XRSessionMode) XR.requestSession(XRSessionMode, XRSessionInit)

See also: https://developer.mozilla.org/en-US/docs/Web/API/XR/requestSession

Method.

The requestSession method of `web.XR` interface of WebXR API
requests a new `web.XRSession` with a specific `web.XRSessionMode`
is used for all interaction with WebXR environment.

`XR.requestSession(XRSessionMode)
XR.requestSession(XRSessionMode, XRSessionInit)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/XR/requestSession`
sourceraw docstring

supports-sessioncljs

(supports-session this xr-session-mode)

Method.

The supportsSession method of web.XR interface of WebXR API whether or not the device and User agent support a specific web.XRSessionMode.

XR.supportsSession(XRSessionMode)

See also: https://developer.mozilla.org/en-US/docs/Web/API/XR/supportsSession

Method.

The supportsSession method of `web.XR` interface of WebXR API
whether or not the device and User agent support a specific `web.XRSessionMode`.

`XR.supportsSession(XRSessionMode)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/XR/supportsSession`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close