mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
628 B
628 B
Home > puppeteer > Protocol > Fetch > EnableRequest > handleAuthRequests
Protocol.Fetch.EnableRequest.handleAuthRequests property
If true, authRequired events will be issued and requests will be paused expecting a call to continueWithAuth.
Signature:
handleAuthRequests?: boolean;