Dive into IndexedDB By Flavio Copes Feb 28, 2018 updated May 24, 2019 Learn how to use IndexedDB, the async key/value database built into browsers, to create stores, add and read data with transactions, and handle versions. Introduction to IndexedDB Create an IndexedDB Database How to create a database Adding data into a store Adding data when the store is created, initializing it Adding data when

