mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.0 KiB
2.0 KiB
Home > puppeteer > Protocol > IndexedDB
Protocol.IndexedDB namespace
Signature:
export namespace IndexedDB
Interfaces
Interface | Description |
---|---|
ClearObjectStoreRequest | |
DatabaseWithObjectStores | Database with an array of object stores. |
DataEntry | Data entry. |
DeleteDatabaseRequest | |
DeleteObjectStoreEntriesRequest | |
GetMetadataRequest | |
GetMetadataResponse | |
Key | Key. |
KeyPath | Key path. |
KeyRange | Key range. |
ObjectStore | Object store. |
ObjectStoreIndex | Object store index. |
RequestDatabaseNamesRequest | |
RequestDatabaseNamesResponse | |
RequestDatabaseRequest | |
RequestDatabaseResponse | |
RequestDataRequest | |
RequestDataResponse |