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

20 lines
937 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; [HandleCertificateErrorRequest](./puppeteer.protocol.security.handlecertificateerrorrequest.md)
## Protocol.Security.HandleCertificateErrorRequest interface
<b>Signature:</b>
```typescript
export interface HandleCertificateErrorRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [action](./puppeteer.protocol.security.handlecertificateerrorrequest.action.md) | [CertificateErrorAction](./puppeteer.protocol.security.certificateerroraction.md) | The action to take on the certificate error. |
| [eventId](./puppeteer.protocol.security.handlecertificateerrorrequest.eventid.md) | [integer](./puppeteer.protocol.integer.md) | The ID of the event. |