struct Protocol::IndexedDB::DataEntry

Overview

Data entry.

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

Key object.


[View source]
def primary_key : Runtime::RemoteObject #

Primary key object.


[View source]
def value : Runtime::RemoteObject #

Value object.


[View source]