BabylonJS/Spector.js

Uncaught ReferenceError: XRWebGLBinding is not defined in firefox 116.0.3 linux

riccardobl opened this issue · 2 comments

I am getting this error when trying to use spector.js on firefox 116.0.3 in Ubuntu 22.04.3 LTS

Uncaught ReferenceError: XRWebGLBinding is not defined
    107 https://spectorcdn.babylonjs.com/spector.bundle.js:76
    n https://spectorcdn.babylonjs.com/spector.bundle.js:76
    <anonymous> https://spectorcdn.babylonjs.com/spector.bundle.js:76
    <anonymous> https://spectorcdn.babylonjs.com/spector.bundle.js:76
    <anonymous> https://spectorcdn.babylonjs.com/spector.bundle.js:1
    <anonymous> https://spectorcdn.babylonjs.com/spector.bundle.js:1

To confirm the issue i've tested the official demo: https://spector.babylonjs.com/demos/pbr/
Everything works as expected with chrome on the same machine.

Should have been fixed by #285 let me try to deploy.

Looks like it is all working back. Closing for now. Thanks for the report.