[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPResponse](./puppeteer.httpresponse.md) > [frame](./puppeteer.httpresponse.frame.md)
## HTTPResponse.frame() method
Signature:
```typescript
frame(): Frame | null;
```
Returns:
[Frame](./puppeteer.frame.md) \| null
A [Frame](./puppeteer.frame.md) that initiated this response, or `null` if navigating to error pages.