struct Protocol::IndexedDB::Key

Overview

Key.

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 array : Array(Key) | Nil #

Array value.


[View source]
def date : Number::Primitive | Nil #

Date value.


[View source]
def number : Number::Primitive | Nil #

Number value.


[View source]
def string : String | Nil #

String value.


[View source]
def type : String #

Key type.


[View source]