Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
WorkerScript { id: myWorker source: "C:/script.js"
onMessage: { console.log("Moved " + messageObject.data) } }
Can I use source from my hardDisc or Http ? or only work from qrc project !!!!
@TuniDev hi try
source: "file:///c:/script.js"
it's fail. I already try it before