puppeteer/new-docs/puppeteer.protocol.indexeddb.deleteobjectstoreentriesrequest.md
2020-07-13 14:01:35 +01:00

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