779 B
779 B
Home > puppeteer > Protocol > Network > GetResponseBodyResponse
Protocol.Network.GetResponseBodyResponse interface
Signature:
export interface GetResponseBodyResponse
Properties
Property | Type | Description |
---|---|---|
base64Encoded | boolean | True, if content was sent as base64. |
body | string | Response body. |