mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
666 B
Markdown
14 lines
666 B
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) > [patterns](./puppeteer.protocol.fetch.enablerequest.patterns.md)
|
|
|
|
## Protocol.Fetch.EnableRequest.patterns property
|
|
|
|
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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
patterns?: RequestPattern[];
|
|
```
|