mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
666 B
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[];