Results 1 - 1 of 1

IDBRequest.onsuccess

The following example requests a given record title, onsuccess gets the associated record from the IDBObjectStore (made available as objectStoreTitleRequest.result), updates one property of the record, and then puts the updated record back into the object store. For a full working example, see our To-do Notifications app (view example live.)
API Database IDBRequest IndexedDB onsuccess Property Reference Storage storage