Is it posible to achieve background loading in single thread in Godot 4.3?
I’m developing a Godot 4.3 web game, and the idea is using the web single thread new mode that avoids problems with SharedArrayBuffer (Adam Scott talks about these problems here)