struct Protocol::IndexedDB::ObjectStore

Overview

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 auto_increment : Bool #

If true, object store has auto increment flag set.


[View source]
def indexes : Array(ObjectStoreIndex) #

Indexes in this object store.


[View source]
def key_path : KeyPath #

Object store key path.


[View source]
def name : String #

Object store name.


[View source]