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

1.0 KiB

Home > puppeteer > Protocol > Fetch > EnableRequest

Protocol.Fetch.EnableRequest interface

Signature:

export interface EnableRequest 

Properties

Property Type Description
handleAuthRequests boolean If true, authRequired events will be issued and requests will be paused expecting a call to continueWithAuth.
patterns RequestPattern[] 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.