Hacker News new | ask | show | jobs
by MatthewPhillips 4625 days ago
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.
1 comments

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