16 lines
391 B
Markdown
16 lines
391 B
Markdown
|
<!-- 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
|
||
|
|