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 |