summaryrefslogtreecommitdiffstats
path: root/platform/javascript/api/javascript_singleton.h
Commit message (Collapse)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-70/+0
| | | | Also rename export name from "HTML5" to "Web".
* [HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli2022-02-061-0/+2
| | | | | | Allows detecting when a new version of the progressive web app service worker is waiting (i.e. an update is pending), along a function to force the update and reload all clients.
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
|
* [HTML5] Add easy to use download API.Fabio Alessandrelli2021-05-211-0/+1
| | | | | New `JavaScript.download_buffer` method to create a prompt that let the user download a file.
* [HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli2021-05-201-0/+67