@selfcommunity/react-core
Version:
React Core Components useful for integrating UI Community components (react-ui).
7 lines (6 loc) • 331 B
TypeScript
export declare const WS_PROTOCOL_SECURE = "wss";
export declare const WS_PROTOCOL_INSECURE = "ws";
export declare const WS_PREFIX_PATH = "ws";
export declare const WS_SUB_PROTOCOL_PREFIX = "__";
export declare const WS_FACILITY_NOTIFY = "notify";
export declare const WS_HEARTBEAT_MESSAGE = "--1a61c1de89b75ddfbb684b8d224ee3ae--";