mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
813 B
Markdown
22 lines
813 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [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 | |
|
|
|