Fundamentals of storing data in the browser with IndexedDB

added by JavaScript Kicks
10/9/2018 8:45:21 AM

920 Views

IndexedDB is another API meant for client-side storage. It is good for storing a significant amount of data, including files. IndexedDB is more suitable than WebStorage suitable for keeping structured data, and definitely more adequate for that than cookies. In this article, we go through the main concepts of IndexedDB.


0 comments