Hello, I try to upload a Godot multithreaded game with SharedArrayBuffer option and have this error :
Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined index.js:9:10348
Godot https://html.itch.zone/html/5574624/index.js:9
Engine https://html.itch.zone/html/5574624/index.js:616
promise callback*SafeEngine/init/doInit/Engine< https://html.itch.zone/html/5574624/index.js:614
doInit https://html.itch.zone/html/5574624/index.js:613
init https://html.itch.zone/html/5574624/index.js:630
startGame https://html.itch.zone/html/5574624/index.js:726
<anonymous> https://html.itch.zone/html/5574624/index.html:223</anonymous>
<anonymous> https://html.itch.zone/html/5574624/index.html:243</anonymous>
I hope it's can help :) !