class HAR::PageTimings

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def comment : String | Nil #

[View source]
def comment=(comment : String | Nil) #

[View source]
def on_content_load : Int32 | Float32 | Float64 | Nil #

[View source]
def on_content_load=(on_content_load : Int32 | Float32 | Float64 | Nil) #

[View source]
def on_load : Int32 | Float32 | Float64 | Nil #

[View source]
def on_load=(on_load : Int32 | Float32 | Float64 | Nil) #

[View source]