puppeteer/new-docs/puppeteer.protocol.network.certificatetransparencycompliance.md
2020-07-13 14:01:35 +01:00

603 B

Home > puppeteer > Protocol > Network > CertificateTransparencyCompliance

Protocol.Network.CertificateTransparencyCompliance type

Whether the request complied with Certificate Transparency policy.

Signature:

export type CertificateTransparencyCompliance = ('unknown' | 'not-compliant' | 'compliant');