2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [frame](./puppeteer.httprequest.frame.md)
|
|
|
|
|
|
|
|
## HTTPRequest.frame() method
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
frame(): Frame | null;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
[Frame](./puppeteer.frame.md) \| null
|
|
|
|
|
2020-07-03 13:28:45 +00:00
|
|
|
the frame that initiated the request.
|
|
|
|
|