UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

16 lines (9 loc) 435 B
[**minigame-std**](../README.md) *** [minigame-std](../README.md) / SocketOptions # Type Alias: SocketOptions ```ts type SocketOptions = Omit<WechatMinigame.ConnectSocketOption, "url" | "complete" | "success" | "fail">; ``` Defined in: [src/std/socket/socket\_define.ts:91](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/socket/socket_define.ts#L91) 创建Socket的可选参数。