917 B
917 B
Home > puppeteer > Protocol > IndexedDB > ClearObjectStoreRequest
Protocol.IndexedDB.ClearObjectStoreRequest interface
Signature:
export interface ClearObjectStoreRequest
Properties
Property | Type | Description |
---|---|---|
databaseName | string | Database name. |
objectStoreName | string | Object store name. |
securityOrigin | string | Security origin. |