[Web] Expose API to force file system sync.

This commit is contained in:
Fabio Alessandrelli 2023-01-09 21:30:42 +01:00
parent 111de09c03
commit d0ba1517a7
6 changed files with 23 additions and 0 deletions

View file

@ -125,6 +125,7 @@ public:
bool check_size_force_redraw();
bool pwa_needs_update() const { return pwa_is_waiting; }
Error pwa_update();
void force_fs_sync();
// Override return type to make writing static callbacks less tedious.
static OS_JavaScript *get_singleton();