puppeteer/new-docs/puppeteer.protocol.indexeddb.getmetadataresponse.md
2020-07-13 14:01:35 +01:00

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.