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

17 lines
333 B
Markdown
Raw Normal View History

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