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

691 B

Home > puppeteer > Protocol > IndexedDB > GetMetadataResponse > keyGeneratorValue

Protocol.IndexedDB.GetMetadataResponse.keyGeneratorValue property

the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.

Signature:

keyGeneratorValue: number;