mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
feat: expose the chromium validated certificate in the certificate verify proc (#21890)
This commit is contained in:
committed by
Jeremy Apthorp
parent
f34cbe66a0
commit
37feeb8e5f
@@ -272,6 +272,7 @@ the original network configuration.
|
||||
* `request` Object
|
||||
* `hostname` String
|
||||
* `certificate` [Certificate](structures/certificate.md)
|
||||
* `validatedCertificate` [Certificate](structures/certificate.md)
|
||||
* `verificationResult` String - Verification result from chromium.
|
||||
* `errorCode` Integer - Error code.
|
||||
* `callback` Function
|
||||
|
||||
Reference in New Issue
Block a user