# Functions
NewClearObjectStoreArgs initializes ClearObjectStoreArgs with the required arguments.
NewClient returns a client for the IndexedDB domain with the connection set to conn.
NewDeleteDatabaseArgs initializes DeleteDatabaseArgs with the required arguments.
NewDeleteObjectStoreEntriesArgs initializes DeleteObjectStoreEntriesArgs with the required arguments.
NewGetMetadataArgs initializes GetMetadataArgs with the required arguments.
NewRequestDataArgs initializes RequestDataArgs with the required arguments.
NewRequestDatabaseArgs initializes RequestDatabaseArgs with the required arguments.
NewRequestDatabaseNamesArgs initializes RequestDatabaseNamesArgs with the required arguments.
# Structs
ClearObjectStoreArgs represents the arguments for ClearObjectStore in the IndexedDB domain.
DatabaseWithObjectStores Database with an array of object stores.
DataEntry Data entry.
DeleteDatabaseArgs represents the arguments for DeleteDatabase in the IndexedDB domain.
DeleteObjectStoreEntriesArgs represents the arguments for DeleteObjectStoreEntries in the IndexedDB domain.
GetMetadataArgs represents the arguments for GetMetadata in the IndexedDB domain.
GetMetadataReply represents the return values for GetMetadata in the IndexedDB domain.
Key Key.
KeyPath Key path.
KeyRange Key range.
ObjectStore Object store.
ObjectStoreIndex Object store index.
RequestDataArgs represents the arguments for RequestData in the IndexedDB domain.
RequestDatabaseArgs represents the arguments for RequestDatabase in the IndexedDB domain.
RequestDatabaseNamesArgs represents the arguments for RequestDatabaseNames in the IndexedDB domain.
RequestDatabaseNamesReply represents the return values for RequestDatabaseNames in the IndexedDB domain.
RequestDatabaseReply represents the return values for RequestDatabase in the IndexedDB domain.
RequestDataReply represents the return values for RequestData in the IndexedDB domain.