summaryrefslogtreecommitdiffstats
path: root/platform/javascript/native/http_request.js
Commit message (Collapse)AuthorAgeFilesLines
* [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-211-144/+0
| | | | | | | | | | | | 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.
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
|
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-0/+146
Move copyToFS into utils.js library included with '--pre-js'.