Open warpdesign opened 7 years ago
I am trying to debug an HTML5 game on an Xbox One using Vorlon JS.
Everything works properly but when trying to inspect some JavaScript objects using the Vorlon console, it just returns nothing.
For example, typing navigator.getGamepads() returns nothing at all, not even an error.
navigator.getGamepads()
It seems that after typing this, the console won't react to input.
I am trying to debug an HTML5 game on an Xbox One using Vorlon JS.
Everything works properly but when trying to inspect some JavaScript objects using the Vorlon console, it just returns nothing.
For example, typing
navigator.getGamepads()
returns nothing at all, not even an error.It seems that after typing this, the console won't react to input.