mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
776 B
776 B
Home > puppeteer > Protocol > IndexedDB > DeleteDatabaseRequest
Protocol.IndexedDB.DeleteDatabaseRequest interface
Signature:
export interface DeleteDatabaseRequest
Properties
| Property | Type | Description |
|---|---|---|
| databaseName | string | Database name. |
| securityOrigin | string | Security origin. |