mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
937 B
Markdown
20 lines
937 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [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. |
|
||
|
|