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

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.