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

14 lines
610 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Security](./puppeteer.protocol.security.md) &gt; [CertificateErrorAction](./puppeteer.protocol.security.certificateerroraction.md)
## 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.
<b>Signature:</b>
```typescript
export type CertificateErrorAction = ('continue' | 'cancel');
```