6 ms·
There's currently a proposal called "KVStorage" to add a localforage style inbuilt module to browsers. https://developers.google.com/web/updates/2019/03/kv-sto
by shortercode 7y ago
There's currently a proposal called "KVStorage" to add a localforage style inbuilt module to browsers.
https://developers.google.com/web/updates/2019/03/kv-storage https://developers.google.com/web/updates/2019/03/kv-storage
I'm not totally agreed with the idea of inbuilt modules, but the API is very pleasant.
I work on a fairly large project that relied on localforage for a long time. However, we have since moved to our own library to resolve a number of small issues we had with localforage.