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