pl.wendigo.chrome.api.indexeddb

Package pl.wendigo.chrome.api.indexeddb

Contains DevTools Protocol IndexedDB domain implementation accessible via IndexedDBOperations class.

Types

ClearObjectStoreRequest

data class ClearObjectStoreRequest

Represents request frame that can be used with IndexedDB#clearObjectStore operation 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 operation call.

DeleteObjectStoreEntriesRequest

data class DeleteObjectStoreEntriesRequest

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

GetMetadataRequest

data class GetMetadataRequest

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

GetMetadataResponse

data class GetMetadataResponse

Represents response frame that is returned from IndexedDB#getMetadata operation call. Gets metadata of an object store

IndexedDBOperations

class IndexedDBOperations

IndexedDBOperations represents IndexedDB protocol domain request/response operations and events that can be captured.

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 operation call.

RequestDatabaseNamesResponse

data class RequestDatabaseNamesResponse

Represents response frame that is returned from IndexedDB#requestDatabaseNames operation call. Requests database names for given security origin.

RequestDatabaseRequest

data class RequestDatabaseRequest

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

RequestDatabaseResponse

data class RequestDatabaseResponse

Represents response frame that is returned from IndexedDB#requestDatabase operation call. Requests database with given name in given frame.

RequestDataRequest

data class RequestDataRequest

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

RequestDataResponse

data class RequestDataResponse

Represents response frame that is returned from IndexedDB#requestData operation call. Requests data from object store or index.