mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
891 B
891 B
Home > puppeteer > Protocol > IndexedDB > GetMetadataResponse
Protocol.IndexedDB.GetMetadataResponse interface
Signature:
export interface GetMetadataResponse
Properties
Property | Type | Description |
---|---|---|
entriesCount | number | the entries count |
keyGeneratorValue | number | the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true. |