Finally found it, thank you for the clue. It was the ‘SharedArrayBuffer support’, Godot 3 does not require this. But on Godot 4, it is needed for Thread support. If ‘SharedArrayBuffer support’ is disabled, then the project would start on page load. Thank you.