Y
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
DungFu
4625 days ago
but then you have to have it be asynchronous to use indexedDB (which might be difficult or annoying with certain implementations)
link