mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
435 B
Markdown
18 lines
435 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SecurityDetails](./puppeteer.securitydetails.md) > [protocol](./puppeteer.securitydetails.protocol.md)
|
|
|
|
## SecurityDetails.protocol() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
protocol(): string;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
string
|
|
|
|
The security protocol being used, e.g. "TLS 1.2".
|
|
|