14 lines
534 B
Markdown
14 lines
534 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) > [mac](./puppeteer.protocol.network.securitydetails.mac.md)
|
|
|
|
## Protocol.Network.SecurityDetails.mac property
|
|
|
|
TLS MAC. Note that AEAD ciphers do not have separate MACs.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
mac?: string;
|
|
```
|