# Variables
KeyPathType provides named acces to the KeyPathTypeEnum values.
KeyType provides named acces to the KeyTypeEnum values.
# Structs
ClearObjectStoreParams represents IndexedDB.clearObjectStore parameters.
ClearObjectStoreResult represents the result of calls to IndexedDB.clearObjectStore.
DatabaseWithObjectStores is a database with an array of object stores.
DataEntry is a data entry.
DeleteDatabaseParams represents IndexedDB.deleteDatabase parameters.
DeleteDatabaseResult represents the result of calls to IndexedDB.deleteDatabase.
DeleteObjectStoreEntriesParams represents IndexedDB.deleteObjectStoreEntries
parameters.
DeleteObjectStoreEntriesResult represents the result of calls to
IndexedDB.deleteObjectStoreEntries.
DisableResult represents the result of calls to IndexedDB.disable.
EnableResult represents the result of calls to IndexedDB.enable.
Key is a key.
KeyPath is a key path.
KeyRange is a key range.
ObjectStore is a object store
https://chromedevtools.github.io/devtools-protocol/tot/IndexedDB/#type-ObjectStore
*/.
ObjectStoreIndex is an object store index.
RequestDatabaseNamesParams represents IndexedDB.requestDatabaseNames parameters.
RequestDatabaseNamesResult represents the result of calls to IndexedDB.requestDatabaseNames.
RequestDatabaseParams represents IndexedDB.requestDatabase parameters.
RequestDatabaseResult represents the result of calls to IndexedDB.requestDatabase.
RequestDataParams represents IndexedDB.requestData parameters.
RequestDataResult represents the result of calls to IndexedDB.requestData.
# Type aliases
KeyPathTypeEnum represents the key path type.
KeyTypeEnum represents the key type.