summaryrefslogtreecommitdiffstats
path: root/platform/javascript/js/engine/engine.externs.js
Commit message (Collapse)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-4/+0
| | | | Also rename export name from "HTML5" to "Web".
* [HTML5] Preloader fetch, streaming instantiation.Fabio Alessandrelli2021-03-051-0/+1
|
* [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-211-0/+3
Initial work to make liniting easier. This includes: - Rename http_request.js to library_godot_http_request.js. - Rename externs.js to engine.externs.js. - New library_godot_runtime.js (GodotRuntime) wraps around emscripten functions. - Refactor of XMLHttpRequest handler in engine/preloader.js. - Few fixes to bugs spotted by early stage linting.