Package-level declarations
Types
Request object containing input parameters for the IndexedDBDomain.clearObjectStore command.
A dummy response object for the IndexedDBDomain.clearObjectStore command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Database with an array of object stores.
Data entry.
Request object containing input parameters for the IndexedDBDomain.deleteDatabase command.
A dummy response object for the IndexedDBDomain.deleteDatabase command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the IndexedDBDomain.deleteObjectStoreEntries command.
A dummy response object for the IndexedDBDomain.deleteObjectStoreEntries command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the IndexedDBDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the IndexedDBDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the IndexedDBDomain.getMetadata command.
Response type for the IndexedDBDomain.getMetadata command.
(undocumented in the protocol definition)
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
Object store.
Object store index.
Request object containing input parameters for the IndexedDBDomain.requestDatabaseNames command.
Response type for the IndexedDBDomain.requestDatabaseNames command.
Request object containing input parameters for the IndexedDBDomain.requestDatabase command.
Response type for the IndexedDBDomain.requestDatabase command.
Request object containing input parameters for the IndexedDBDomain.requestData command.
Response type for the IndexedDBDomain.requestData command.