Comment by seansh

1 year ago

> from experience it does to IndexedDB — seemingly even in Electron applications (??).

oh fun! I haven't run into that. But if you're using electron or any platform's local webkit wrapper, then it makes a lot more sense to forgo the browser's storage and directly use sqlite + server-side backup if possible.