[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. Signature: ```typescript isNavigationRequest: boolean; ```