mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |