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