Class IndexedDB.GetMetadataResponse
java.lang.Object
org.openqa.selenium.devtools.v119.indexeddb.IndexedDB.GetMetadataResponse
- Enclosing class:
- IndexedDB
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionthe entries countthe current value of key generator, to become the next inserted key into the object store.
-
Constructor Details
-
GetMetadataResponse
-
-
Method Details
-
getEntriesCount
the entries count -
getKeyGeneratorValue
the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.
-