mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
275 B
275 B
sidebar_label |
---|
BrowserConnectOptions.ignoreHTTPSErrors |
BrowserConnectOptions.ignoreHTTPSErrors property
Whether to ignore HTTPS errors during navigation.
Signature:
interface BrowserConnectOptions {ignoreHTTPSErrors?: boolean;}