mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
817 B
817 B
Home > puppeteer > Protocol > Page > GetResourceContentRequest
Protocol.Page.GetResourceContentRequest interface
Signature:
export interface GetResourceContentRequest
Properties
Property | Type | Description |
---|---|---|
frameId | FrameId | Frame id to get resource for. |
url | string | URL of the resource to get content for. |