UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

10 lines (9 loc) 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WS_HEARTBEAT_MESSAGE = exports.WS_FACILITY_NOTIFY = exports.WS_SUB_PROTOCOL_PREFIX = exports.WS_PREFIX_PATH = exports.WS_PROTOCOL_INSECURE = exports.WS_PROTOCOL_SECURE = void 0; exports.WS_PROTOCOL_SECURE = 'wss'; exports.WS_PROTOCOL_INSECURE = 'ws'; exports.WS_PREFIX_PATH = 'ws'; exports.WS_SUB_PROTOCOL_PREFIX = '__'; exports.WS_FACILITY_NOTIFY = 'notify'; exports.WS_HEARTBEAT_MESSAGE = '--1a61c1de89b75ddfbb684b8d224ee3ae--';