chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / FrameResourceTree

FrameResourceTree

data class FrameResourceTree

Information about the Frame hierarchy along with their cached resources.

Constructors

<init>

Information about the Frame hierarchy along with their cached resources.

FrameResourceTree(frame: Frame, childFrames: List<FrameResourceTree>? = null, resources: List<FrameResource>)

Properties

childFrames

Child frames.

val childFrames: List<FrameResourceTree>?

frame

Frame information for this tree item.

val frame: Frame

resources

Information about frame resources.

val resources: List<FrameResource>