summaryrefslogtreecommitdiffstats
path: root/platform/javascript/js/libs/library_godot_javascript_singleton.js
Commit message (Collapse)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-346/+0
| | | | Also rename export name from "HTML5" to "Web".
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* [HTML5] JS callback functions now returns passed value.Fabio Alessandrelli2021-06-181-1/+14
| | | | | | | | 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 some JS library signature.Fabio Alessandrelli2021-06-141-1/+1
|
* [HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli2021-05-201-0/+333