API ReferenceXR8isInitialized()On this pageXR8.isInitialized() XR8.isInitialized() Description​ Indicates whether or not the AR Engine's WebAssembly is initialized. Parameters​ None Returns​ A Boolean indicating whether or not the AR Engine's WebAssembly is initialized. Example​ if (XR8.isInitialized()) { console.log(XR8.version())}