puppeteer/new-docs/puppeteer.protocol.fetch.enablerequest.patterns.md
2020-07-13 14:01:35 +01:00

666 B

Home > puppeteer > Protocol > Fetch > EnableRequest > patterns

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.

Signature:

patterns?: RequestPattern[];