struct Protocol::Page::FrameResourceTree

Overview

Information about the Frame hierarchy along with their cached resources.

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 child_frames : Array(FrameResourceTree) | Nil #

Child frames.


[View source]
def frame : Frame #

Frame information for this tree item.


[View source]
def resources : Array(FrameResource) #

Information about frame resources.


[View source]