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. |