edbentley / replay

A cross-platform JS game engine inspired by React
https://replay.js.org
MIT License
298 stars 11 forks source link

Larger web storage #78

Open edbentley opened 3 years ago

edbentley commented 3 years ago

Chrome sets a 5 MB limit on LocalStorage (source), which is currently used to save local data on web. We should consider moving to IndexedDB for greater storage space.