14 lines
652 B
Markdown
14 lines
652 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) > [isNavigationRequest](./puppeteer.protocol.network.requestinterceptedevent.isnavigationrequest.md)
|
|
|
|
## Protocol.Network.RequestInterceptedEvent.isNavigationRequest property
|
|
|
|
Whether this is a navigation request, which can abort the navigation completely.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
isNavigationRequest: boolean;
|
|
```
|