struct Protocol::IndexedDB::DatabaseWithObjectStores
- Protocol::IndexedDB::DatabaseWithObjectStores
- Struct
- Value
- Object
Overview
Database with an array of object stores.
Included Modules
- JSON::Serializable
Defined in:
protocol/indexed_db.crConstructors
Instance Method Summary
-
#name : String
Database name.
-
#object_stores : Array(ObjectStore)
Object stores in this database.
-
#version : Number::Primitive
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')
Constructor Detail
Instance Method Detail
def version : Number::Primitive
#
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')