mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
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. |