mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 09:53:25 +00:00
[Web] Expose API to force file system sync.
This commit is contained in:
parent
111de09c03
commit
d0ba1517a7
6 changed files with 23 additions and 0 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
void download_buffer(Vector<uint8_t> p_arr, const String &p_name, const String &p_mime = "application/octet-stream");
|
||||
bool pwa_needs_update() const;
|
||||
Error pwa_update();
|
||||
void force_fs_sync();
|
||||
|
||||
static JavaScript *get_singleton();
|
||||
JavaScript();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue