[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [RequestPattern](./puppeteer.protocol.fetch.requestpattern.md) > [requestStage](./puppeteer.protocol.fetch.requestpattern.requeststage.md) ## Protocol.Fetch.RequestPattern.requestStage property Stage at wich to begin intercepting requests. Default is Request. Signature: ```typescript requestStage?: RequestStage; ```