0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.securitydetails.issuer.md

20 lines
229 B
Markdown

---
sidebar_label: SecurityDetails.issuer
---
# SecurityDetails.issuer() method
The name of the issuer of the certificate.
#### Signature:
```typescript
class SecurityDetails {
issuer(): string;
}
```
**Returns:**
string