mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > Page > FrameResource
Protocol.Page.FrameResource interface
Information about the Resource on the page.
Signature:
export interface FrameResource
Properties
Property | Type | Description |
---|---|---|
canceled | boolean | True if the resource was canceled during loading. |
contentSize | number | Resource content size. |
failed | boolean | True if the resource failed to load. |
lastModified | Network.TimeSinceEpoch | last-modified timestamp as reported by server. |
mimeType | string | Resource mimeType as determined by the browser. |
type | Network.ResourceType | Type of this resource. |
url | string | Resource URL. |