mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
757 B
757 B
Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > rawResponse
Protocol.Network.ContinueInterceptedRequestRequest.rawResponse property
If set the requests completes using with the provided base64 encoded raw response, including HTTP status line and headers etc... Must not be set in response to an authChallenge.
Signature:
rawResponse?: string;