zaytri / slime2

Local Chat Overlay System for Twitch
https://slime2.stream/
34 stars 7 forks source link

Use File System API for better save data handling #12

Open zaytri opened 11 months ago

zaytri commented 11 months ago

Too many people run into issues with saving widget data, so it might be better to prompt the user to select the data file instead

https://developer.mozilla.org/en-US/docs/Web/API/File_System_API

Might even be able to persist the file handle in IndexedDB, using the file name as a key https://stackoverflow.com/questions/65928613/file-system-access-api-is-it-possible-to-store-the-filehandle-of-a-saved-or-loa