struct Protocol::Page::NavigatedWithinDocument

Overview

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

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 frame_id : FrameId #

Id of the frame.


[View source]
def url : String #

Frame's new url.


[View source]