puppeteer/new-docs/puppeteer.protocol.page.frameresource.md
2020-07-13 14:01:35 +01:00

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.