969 B
969 B
Home > puppeteer > Protocol > IndexedDB > DataEntry
Protocol.IndexedDB.DataEntry interface
Data entry.
Signature:
export interface DataEntry
Properties
Property | Type | Description |
---|---|---|
key | Runtime.RemoteObject | Key object. |
primaryKey | Runtime.RemoteObject | Primary key object. |
value | Runtime.RemoteObject | Value object. |