localstorage is all dandy if you have relatively small data requirements (< 5MB). It is a pity Firefox and IE don't/didn't support WebSQL Databases, ostensibly because they didn't like using SQLite. At least Webkit does, which means it is available on mobile.
Hopefully in 15 years, IndexedDB (or its grandchild), which is what Mozilla supports, will have some penetration.
localstorage is all dandy if you have relatively small data requirements (< 5MB). It is a pity Firefox and IE don't/didn't support WebSQL Databases, ostensibly because they didn't like using SQLite. At least Webkit does, which means it is available on mobile.
Hopefully in 15 years, IndexedDB (or its grandchild), which is what Mozilla supports, will have some penetration.