atomic-data-browser icon indicating copy to clipboard operation
atomic-data-browser copied to clipboard

IndexedDB for Store

Open joepio opened this issue 4 years ago • 0 comments

Currently, all data resides in memory. The browser IndexedDB API enables persistent cross session storage, which means that the app can be even faster. If we want to do things like client side search, this will also make search more powerful, as it will result in a big index.

joepio avatar Feb 17 '21 19:02 joepio