mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
284 B
Markdown
20 lines
284 B
Markdown
---
|
|
sidebar_label: HTTPRequest.isNavigationRequest
|
|
---
|
|
|
|
# HTTPRequest.isNavigationRequest() method
|
|
|
|
True if the request is the driver of the current frame's navigation.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class HTTPRequest {
|
|
isNavigationRequest(): boolean;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
boolean
|