Back to Puppeteer

HTTPResponse.securityDetails() method

docs/api/puppeteer.httpresponse.securitydetails.md

19.2.2352 B
Original Source

HTTPResponse.securityDetails() method

SecurityDetails if the response was received over the secure connection, or null otherwise.

Signature

typescript
class HTTPResponse {
  abstract securityDetails(): SecurityDetails | null;
}

Returns:

SecurityDetails | null