puppeteer/new-docs/puppeteer.protocol.audits.affectedrequest.md
2020-07-13 14:01:35 +01:00

22 lines
813 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; [Audits](./puppeteer.protocol.audits.md) &gt; [AffectedRequest](./puppeteer.protocol.audits.affectedrequest.md)
## Protocol.Audits.AffectedRequest interface
Information about a request that is affected by an inspector issue.
<b>Signature:</b>
```typescript
export interface AffectedRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [requestId](./puppeteer.protocol.audits.affectedrequest.requestid.md) | [Network.RequestId](./puppeteer.protocol.network.requestid.md) | The unique request id. |
| [url](./puppeteer.protocol.audits.affectedrequest.url.md) | string | |