Hi there
I have a QT application that evaluates some functions in a JavaScript file. Some of these functions rely on the XMLHttpRequest object to retrieve data from external sources.
From my testing, it seems that when using the evaluate() method of the QScriptEngine, XMLHttpRequest is not supported.
Aside from creating the solution in QT and exposing it to the JavaScript, is there another way?
Thanks!

Reply With Quote


