puppeteer/new-docs/puppeteer.httpresponse.securitydetails.md
Changhao Han 4696f7abda docs(new): migrate HTTPResponse docs to TSDoc (#6085)
Co-authored-by: Changhao Han <changhaohan@chromium.org>
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.