puppeteer/new-docs/puppeteer.protocol.fetch.fulfillrequestrequest.requestid.md
2020-07-13 14:01:35 +01:00

14 lines
565 B
Markdown

<!-- 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [FulfillRequestRequest](./puppeteer.protocol.fetch.fulfillrequestrequest.md) &gt; [requestId](./puppeteer.protocol.fetch.fulfillrequestrequest.requestid.md)
## Protocol.Fetch.FulfillRequestRequest.requestId property
An id the client received in requestPaused event.
<b>Signature:</b>
```typescript
requestId: RequestId;
```