UNPKG

electron-root-ssl-pinning

Version:
10 lines (9 loc) 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // TODO: result must be { result: bool, code: number, text: string } var VerificationResult; (function (VerificationResult) { VerificationResult[VerificationResult["VALID"] = 0] = "VALID"; VerificationResult[VerificationResult["INVALID"] = -2] = "INVALID"; VerificationResult[VerificationResult["INTERNAL_ERROR"] = -3] = "INTERNAL_ERROR"; })(VerificationResult = exports.VerificationResult || (exports.VerificationResult = {}));