puppeteer/new-docs/puppeteer.protocol.security.certificateerroraction.md
2020-07-13 14:01:35 +01:00

610 B

Home > puppeteer > Protocol > Security > CertificateErrorAction

Protocol.Security.CertificateErrorAction type

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

Signature:

export type CertificateErrorAction = ('continue' | 'cancel');