Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [HTML5] JS callback functions now returns passed value. | Fabio Alessandrelli | 2021-06-18 | 1 | -0/+11 |
| | | | | | | | | JavaScript callbacks created via the `JavaScript.create_callback` method used to always return void. With this patch they return the value returned by the Godot function as one would expect. | ||||
* | [HTML5] Fix JS build without eval. | Fabio Alessandrelli | 2021-06-14 | 1 | -3/+6 |
| | | | | Also fix download_buffer return type. | ||||
* | [HTML5] Add easy to use download API. | Fabio Alessandrelli | 2021-05-21 | 1 | -0/+5 |
| | | | | | New `JavaScript.download_buffer` method to create a prompt that let the user download a file. | ||||
* | [HTML5] Implement Godot <-> JavaScript interface. | Fabio Alessandrelli | 2021-05-20 | 1 | -0/+338 |