mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
793 B
793 B
Home > puppeteer > Protocol > IndexedDB > RequestDatabaseResponse
Protocol.IndexedDB.RequestDatabaseResponse interface
Signature:
export interface RequestDatabaseResponse
Properties
Property | Type | Description |
---|---|---|
databaseWithObjectStores | DatabaseWithObjectStores | Database with an array of object stores. |