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

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;