puppeteer/docs/api/puppeteer.httprequest.response.md

20 lines
323 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPRequest.response
---
# HTTPRequest.response() method
A matching `HTTPResponse` object, or null if the response has not been received yet.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class HTTPRequest {
response(): HTTPResponse | null;
}
```
**Returns:**
[HTTPResponse](./puppeteer.httpresponse.md) \| null