1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #70626 from Faless/web/4.x_expose_force_fs_sync

[Web] Expose API to force file system sync.
This commit is contained in:
Fabio Alessandrelli
2023-01-09 21:18:47 +01:00
committed by GitHub
6 changed files with 23 additions and 0 deletions

View File

@@ -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();