11.1.0 • Published 2 years ago
lite-ts-wsex v11.1.0
代码
IApiPort - api端
- WsDebugApiPort - ws调试端
const apiHandler: ApiHandlerBase;
const cfg: WsDebugApiPortConfig;
const apiPort: IApiPort = new WsDebugApiPort(apiHandler, cfg);const apiHandler: ApiHandlerBase;
const cfg: WsDebugApiPortConfig;
const apiPort: IApiPort = new WsDebugApiPort(apiHandler, cfg);