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