Readonly
nameReadonly
objectReturns a list of the names of object stores in the database.
Readonly
versionReturns the version of the database.
Optional
options: boolean | AddEventListenerOptionsOptional
options: boolean | AddEventListenerOptionsCreates a new object store with the given name and options and returns a new IDBObjectStore.
Throws a "InvalidStateError" DOMException if not called within an upgrade transaction.
Optional
options: IDBObjectStoreParametersDispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Optional
options: boolean | EventListenerOptionsOptional
options: boolean | EventListenerOptionsReturns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names.
Optional
mode: IDBTransactionModeOptional
options: IDBTransactionOptionsReturns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names.
Optional
mode: IDBTransactionModeOptional
options: IDBTransactionOptions
Returns the name of the database.
MDN Reference