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

262 B

sidebar_label
SecurityDetails.subjectName

SecurityDetails.subjectName() method

The name of the subject to which the certificate was issued.

Signature:

class SecurityDetails {
  subjectName(): string;
}

Returns:

string