struct Protocol::Page::FrameAttached

Overview

Fired when frame has been attached to its parent.

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 that has been attached.


[View source]
def parent_frame_id : FrameId #

Parent frame identifier.


[View source]
def stack : Runtime::StackTrace | Nil #

JavaScript stack trace of when frame was attached, only set if frame initiated from script.


[View source]