struct Protocol::Page::NavigationEntry

Overview

Navigation history entry.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : Int::Primitive #

Unique id of the navigation history entry.


[View source]
def title : String #

Title of the navigation history entry.


[View source]
def transition_type : TransitionType #

Transition type.


[View source]
def url : String #

URL of the navigation history entry.


[View source]
def user_typed_url : String #

URL that the user typed in the url bar.


[View source]