struct Protocol::Page::GetNavigationHistory

Overview

Returns navigation history for the current page.

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 current_index : Int::Primitive #

Index of the current navigation history entry.


[View source]
def entries : Array(NavigationEntry) #

Array of navigation history entries.


[View source]