Results 1 - 2 of 2

IDBTransaction.objectStore()

Every call to this method on the same transaction object, with the same name, returns the same IDBObjectStore instance. If this method is called on a different transaction object, a different IDBObjectStore instance is returned.
API Database IDBTransaction IndexedDB Method objectStore Reference storage Storage