mirror of
https://github.com/godotengine/godot.git
synced 2026-03-10 21:06:13 +00: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.