Results 1 - 1 of 1

IDBDatabase.createObjectStore()

The method takes the name of the store as well as a parameter object that lets you define important optional properties. You can use the property to uniquely identify individual objects in the store. As the property is an identifier, it should be unique to every object, and every object should have that property.
API createObjectStore Database IDBDatabase IndexedDB Method Reference Référence Storage storage