[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [RequestPausedEvent](./puppeteer.protocol.fetch.requestpausedevent.md) > [frameId](./puppeteer.protocol.fetch.requestpausedevent.frameid.md) ## Protocol.Fetch.RequestPausedEvent.frameId property The id of the frame that initiated the request. Signature: ```typescript frameId: Page.FrameId; ```