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