790 B
790 B
Home > puppeteer > Protocol > Page > GetResourceContentResponse
Protocol.Page.GetResourceContentResponse interface
Signature:
export interface GetResourceContentResponse
Properties
Property | Type | Description |
---|---|---|
base64Encoded | boolean | True, if content was served as base64. |
content | string | Resource content. |