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