IndexedDB is an API for storing data in user’s browser. One can also use cookies and local storage but they don’t provide database like usability the way IndexedDB do. The data stored in IndexedDB is persistence. It provides rich query abilities and is available both in online and offline mode. It can be used to store large amount of data.
It looks like you're new here. If you want to get involved, click one of these buttons!