14 lines
551 B
Markdown
14 lines
551 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) > [sanList](./puppeteer.protocol.network.securitydetails.sanlist.md)
|
|
|
|
## Protocol.Network.SecurityDetails.sanList property
|
|
|
|
Subject Alternative Name (SAN) DNS names and IP addresses.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
sanList: string[];
|
|
```
|