DEV Community

Discussion on: Make websites work offline - Offline Storage. Making IndexedDB the Hero!

Collapse
 
mx profile image
Maxime Moreau

Hi, thank you for sharing.

IndexBD is for sure a very good thing, from my side I regret the API based on events/callbacks instead of Promises (yeah, we can use libs to do so).

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻

Yes those callbacks makes things complicated and the libraries do work pretty well. Alternatively you can even write your own wrappers for IndexedDB functions.

Thank you for reading the article Maxime🌻