mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
767 B
767 B
Home > puppeteer > Protocol > Fetch > GetResponseBodyResponse
Protocol.Fetch.GetResponseBodyResponse interface
Signature:
export interface GetResponseBodyResponse
Properties
Property | Type | Description |
---|---|---|
base64Encoded | boolean | True, if content was sent as base64. |
body | string | Response body. |