struct Protocol::IndexedDB::RequestData

Overview

Requests data from object store or index.

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

If true, there are more entries to fetch in the given range.


[View source]
def object_store_data_entries : Array(DataEntry) #

Array of object store data entries.


[View source]