Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How does this deal with offline storage limits in various browsers?


TodoMVC hardly needs that, but otherwise we are working on an IndexedDB storage implementation. Our Storage interface is asynchronous anyway. So, no problem. Cache eviction is also applicable here.


FWIW, PouchDB [1] advertises itself as an in-browser implementation of CouchDB, but it also serves as a robust layer on top of IndexedDB & WebSQL that tries to smooth out a lot of the browser differences.


[deleted]


IndexedDB support isn't so bad these days:

http://caniuse.com/#feat=indexeddb




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: