struct Protocol::Page::FrameRequestedNavigation

Overview

Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.

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 disposition : ClientNavigationDisposition #

The disposition for the navigation.


[View source]
def frame_id : FrameId #

Id of the frame that is being navigated.


[View source]
def reason : ClientNavigationReason #

The reason for the navigation.


[View source]
def url : String #

The destination URL for the requested navigation.


[View source]