mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |