1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Page > FrameResourceTree
Protocol.Page.FrameResourceTree interface
Information about the Frame hierarchy along with their cached resources.
Signature:
export interface FrameResourceTree
Properties
Property | Type | Description |
---|---|---|
childFrames | FrameResourceTree[] | Child frames. |
frame | Frame | Frame information for this tree item. |
resources | FrameResource[] | Information about frame resources. |