pl.wendigo.chrome.domain.indexeddb

Package pl.wendigo.chrome.domain.indexeddb

Types

ClearObjectStoreRequest

data class ClearObjectStoreRequest

Represents request frame that can be used with IndexedDB.clearObjectStore method call.

DatabaseWithObjectStores

data class DatabaseWithObjectStores

Database with an array of object stores.

DataEntry

data class DataEntry

Data entry.

DeleteDatabaseRequest

data class DeleteDatabaseRequest

Represents request frame that can be used with IndexedDB.deleteDatabase method call.

DeleteObjectStoreEntriesRequest

data class DeleteObjectStoreEntriesRequest

Represents request frame that can be used with IndexedDB.deleteObjectStoreEntries method call.

GetMetadataRequest

data class GetMetadataRequest

Represents request frame that can be used with IndexedDB.getMetadata method call.

GetMetadataResponse

data class GetMetadataResponse

Represents response frame for IndexedDB.getMetadata method call.

IndexedDBDomain

class IndexedDBDomain

IndexedDBDomain represents remote debugger protocol domain.

Key

data class Key

Key.

KeyPath

data class KeyPath

Key path.

KeyRange

data class KeyRange

Key range.

ObjectStore

data class ObjectStore

Object store.

ObjectStoreIndex

data class ObjectStoreIndex

Object store index.

RequestDatabaseNamesRequest

data class RequestDatabaseNamesRequest

Represents request frame that can be used with IndexedDB.requestDatabaseNames method call.

RequestDatabaseNamesResponse

data class RequestDatabaseNamesResponse

Represents response frame for IndexedDB.requestDatabaseNames method call.

RequestDatabaseRequest

data class RequestDatabaseRequest

Represents request frame that can be used with IndexedDB.requestDatabase method call.

RequestDatabaseResponse

data class RequestDatabaseResponse

Represents response frame for IndexedDB.requestDatabase method call.

RequestDataRequest

data class RequestDataRequest

Represents request frame that can be used with IndexedDB.requestData method call.

RequestDataResponse

data class RequestDataResponse

Represents response frame for IndexedDB.requestData method call.