Live data from Hacker News

SASStore - Simple binary string data store for Local Storage

dungfu.github.io

1–7 of 7 posts

Re: SASStore - Simple binary string data store for Local Storage

#5

IndexedDB is now supported by every browser but Safari (for that you can use a polyfill). Trying to work around localStorage limitations isn't really necessary any more.

but then you have to have it be asynchronous to use indexedDB (which might be difficult or annoying with certain implementations)