puppeteer/new-docs/puppeteer.protocol.network.securitydetails.protocol.md

14 lines
536 B
Markdown
Raw Normal View History

<!-- 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; [Network](./puppeteer.protocol.network.md) &gt; [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) &gt; [protocol](./puppeteer.protocol.network.securitydetails.protocol.md)
## Protocol.Network.SecurityDetails.protocol property
Protocol name (e.g. "TLS 1.2" or "QUIC").
<b>Signature:</b>
```typescript
protocol: string;
```