UNPKG

ziron-client

Version:
1 lines 596 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.DEFAULT_SECURE=exports.DEFAULT_HOSTNAME=void 0,exports.getDefaultPort=getDefaultPort;const Constants_1=require("../main/utils/Constants");function getDefaultPort(o){return Constants_1.WINDOW_DEFINED&&window.location&&window.location.port?parseInt(window.location.port):o?443:80}exports.DEFAULT_HOSTNAME=Constants_1.WINDOW_DEFINED&&window.location&&window.location.hostname||"localhost",exports.DEFAULT_SECURE=!!(Constants_1.WINDOW_DEFINED&&window.location&&window.location.protocol)&&"https:"===window.location.protocol;