mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-09 16:45:45 +00:00
发布1.0.27版本
This commit is contained in:
@@ -271,7 +271,7 @@ export class Socket {
|
||||
* 接收到服务端发送的消息
|
||||
* @param data - 消息数据
|
||||
*/
|
||||
public onmessage: (data: any) => void;
|
||||
public onmessage: (data: string | ArrayBuffer) => void;
|
||||
|
||||
/**
|
||||
* 监听可能发生的错误,一般用不到
|
||||
|
Reference in New Issue
Block a user