Skip to main content
Version: 23.8.0

ConnectionTransport 接口

¥ConnectionTransport interface

签名

¥Signature

export interface ConnectionTransport

属性

¥Properties

属性

修饰符

类型

描述

默认

onclose

optional

() => 无效

onmessage

optional

(消息:字符串)=>无效

方法

¥Methods

方法

描述

close()
send(message)