18 lines
495 B
Markdown
18 lines
495 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [response](./puppeteer.httprequest.response.md)
|
||
|
|
||
|
## HTTPRequest.response() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
response(): HTTPResponse | null;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[HTTPResponse](./puppeteer.httpresponse.md) \| null
|
||
|
|
||
|
A matching `HTTPResponse` object, or null if the response has not been received yet.
|
||
|
|