Files
puppeteer/new-docs/puppeteer.httpresponse.securitydetails.md
2020-06-25 13:01:46 +02:00

596 B

Home > puppeteer > HTTPResponse > securityDetails

HTTPResponse.securityDetails() method

Signature:

securityDetails(): SecurityDetails | null;

Returns:

SecurityDetails | null

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