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

GetResourceTreeResponse

data class GetResourceTreeResponse

Response type for the PageDomain.getResourceTree command.

Constructors

<init>

Response type for the PageDomain.getResourceTree command.

GetResourceTreeResponse(frameTree: FrameResourceTree)

Properties

frameTree

Present frame / resource tree structure.

val frameTree: FrameResourceTree