<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) &gt; [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;
```