mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
229 B
229 B
sidebar_label |
---|
SecurityDetails.issuer |
SecurityDetails.issuer() method
The name of the issuer of the certificate.
Signature:
class SecurityDetails {
issuer(): string;
}
Returns:
string