跳至主要内容
版本: 22.5.0

ConnectionTransport 接口

签名:

export interface ConnectionTransport

属性

属性修饰符类型描述默认值
onclose可选() => void
onmessage可选(message: string) => void

方法

方法描述
close()
send(message)