Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use console.warn instead of Module.printErr: emscripten no longer exports ↵ | Alon Zakai (kripken) | 2018-08-11 | 1 | -3/+3 |
| | | | | printErr by default, and instead err() should be used in code seen by the optimizer; however, as Godot only runs on the Web (and not in node.js or elsewhere), using console.warn directly is good enough, and will work in all versions if emscripten | ||||
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -1/+1 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Implement HTTPClient in HTML5 platform | Leon Krause | 2017-11-13 | 1 | -0/+145 |
Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification |