UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

11 lines 535 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpSettingsSSLProtocol = void 0; var HttpSettingsSSLProtocol; (function (HttpSettingsSSLProtocol) { HttpSettingsSSLProtocol["TLSv13"] = "TLSv1.3"; HttpSettingsSSLProtocol["TLSv12"] = "TLSv1.2"; HttpSettingsSSLProtocol["TLSv1"] = "TLSv1"; HttpSettingsSSLProtocol["TLSv11"] = "TLSv1.1"; })(HttpSettingsSSLProtocol || (exports.HttpSettingsSSLProtocol = HttpSettingsSSLProtocol = {})); //# sourceMappingURL=HttpSettingsSSLProtocol.js.map