struct Protocol::IndexedDB::GetMetadata

Overview

Gets metadata of an object store

Included Modules

Defined in:

protocol/indexed_db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def entries_count : Number::Primitive #

the entries count


[View source]
def key_generator_value : Number::Primitive #

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


[View source]