tradiate wrote:
I have a C++ XPCOM object that I have exposed to JavaScript. Calls from the JS environment to methods on my C++ object are working fine. I'm now introducing a new method to my C++ object that needs to return a JS Array back to the JavaScript caller.
You can't, really. You can use one of the XPCOM array classes, but you can't return a JS Array.
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
