Hello, I make use of session storage and local storage in one of my side projects but never make use of indexedDB. I'm currently learning a bit about it and just wanted to know where, when and why indexedDB can be helpul over session storage and local storage.
Basically, from what I can see, it's like a NoSQL (kind of like mongoDB, which stores object store) database but it's a web storage. If anyone can share any use case where IndexedDB is prefered, would really appreciate.