I need to store data in LOCAL STORAGE in electron.
- Working offline for Desktop App ?
- How much limit of Data I can store locally ?
Asked
Active
Viewed 850 times
1

Community
- 1
- 1

Bhavik Limani
- 469
- 1
- 4
- 9
-
2Does this help? http://stackoverflow.com/questions/2989284/what-is-the-max-size-of-localstorage-values – Dan Wilson Nov 23 '16 at 03:49
-
Yep, somehow it's helpful to understand browser cache storage. I need to know that how we can get more storage for Electron Desktop App ? We can use [NeDB](https://github.com/louischatriot/nedb) but how we store locally ? – Bhavik Limani Nov 30 '16 at 04:37