mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > IndexedDB > DeleteObjectStoreEntriesRequest
Protocol.IndexedDB.DeleteObjectStoreEntriesRequest interface
Signature:
export interface DeleteObjectStoreEntriesRequest
Properties
| Property | Type | Description |
|---|---|---|
| databaseName | string | |
| keyRange | KeyRange | Range of entry keys to delete |
| objectStoreName | string | |
| securityOrigin | string |