You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[Web] Expose API to force file system sync.
Mostly useful for modules and extensions that can't use FileAccess to write files.
This commit is contained in:
@@ -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 JavaScriptBridge *get_singleton();
|
||||
JavaScriptBridge();
|
||||
|
||||
Reference in New Issue
Block a user