mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 13:49:54 +03:00
Since most browsers no longer allow making async requests from a page loaded from `file://`, we now need a proper HTTP server to load the exported HTML5 game. This should also allow us to get the debugger to work over a WebSocket connection.