4ian / GDevelop

:video_game: Open-source, cross-platform game engine designed to be used by everyone.
https://gdevelop.io
Other
6.2k stars 713 forks source link

Fix cloud projects autosave feature #6510

Closed AlexandreSi closed 1 month ago

AlexandreSi commented 1 month ago

This feature never worked: the CacheStorage seems to not be usable in the built app in Electron but it works in dev.

The indexedDB API is used instead in this PR.