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