What is an IndexedDB?

Technology CommunityCategory: HTML5What is an IndexedDB?
VietMX Staff asked 3 years ago
  • IndexedDB is javascript based object oriented database.
  • IndexedDB is useful when we want to store large amount of data in a web applications.
  • IndexedDB stores data as key-value pair.
  • IndexedDB is an asynchronous API.
  • IndexedDB is supported in most of browsers.