struct Protocol::IndexedDB::DatabaseWithObjectStores

Overview

Database with an array of object stores.

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 name : String #

Database name.


[View source]
def object_stores : Array(ObjectStore) #

Object stores in this database.


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

Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')


[View source]