f7857d27c4
* chore(docs): document HTTPRequest with TSDoc * doclint * example
491 B
491 B
Home > puppeteer > HTTPRequest > response
HTTPRequest.response() method
Signature:
response(): HTTPResponse | null;
Returns:
HTTPResponse | null
the response for this request, if a response has been received.