I need to be able to convert a VBArray to a JavaScript Array using a Chromium JavaScript engine. This means the old IE method of var javascriptArray = new VBArray(input).toArray();
will not work. What would be alternatives to this?
In other words, is there a way to change a SafeArrays into a JavaScript array in newer versions of JavaScript on Edge?