ECMAScript icon indicating copy to clipboard operation
ECMAScript copied to clipboard

Worker not work on platform android

Open 313364973 opened this issue 5 years ago • 1 comments

this new Worker("res://egg-client-godot/EggThread.js") work when i run in godot edit run button,but when i deploy on andoird not work。 the error is modules\ECMAScript\quickjs\quickjs_worker.cpp:52:thread_main() - Failed to load entry script:res://egg-client-godot/EggThread.js , i found the eggthread.js compiled to eggthread.jsb on android。so i change .js to jsb new Worker("res://egg-client-godot/EggThread.jsb") but not work too。

313364973 avatar Dec 05 '20 01:12 313364973

any one help?

313364973 avatar Dec 06 '20 07:12 313364973