puppeteer/docs/api/puppeteer.httprequest.frame.md

20 lines
284 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: HTTPRequest.frame
---
# HTTPRequest.frame() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class HTTPRequest {
frame(): Frame | null;
}
```
**Returns:**
[Frame](./puppeteer.frame.md) \| null
the frame that initiated the request, or null if navigating to error pages.