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

869 B

Home > puppeteer > Protocol > Network > GetResponseBodyForInterceptionResponse

Protocol.Network.GetResponseBodyForInterceptionResponse interface

Signature:

export interface GetResponseBodyForInterceptionResponse 

Properties

Property Type Description
base64Encoded boolean True, if content was sent as base64.
body string Response body.