puppeteer/new-docs/puppeteer.protocol.fetch.enablerequest.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

<!-- 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; [EnableRequest](./puppeteer.protocol.fetch.enablerequest.md)
## Protocol.Fetch.EnableRequest interface
<b>Signature:</b>
```typescript
export interface EnableRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [handleAuthRequests](./puppeteer.protocol.fetch.enablerequest.handleauthrequests.md) | boolean | If true, authRequired events will be issued and requests will be paused expecting a call to continueWithAuth. |
| [patterns](./puppeteer.protocol.fetch.enablerequest.patterns.md) | [RequestPattern](./puppeteer.protocol.fetch.requestpattern.md)<!-- -->\[\] | If specified, only requests matching any of these patterns will produce fetchRequested event and will be paused until clients response. If not set, all requests will be affected. |