11.1.0 • Published 1 year 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);