ConnectionTransport.send() 方法
签名
interface ConnectionTransport {
send(message: string): void;
}
参数
|
参数 |
类型 |
说明 |
|---|---|---|
|
message |
string |
返回值:
void
interface ConnectionTransport {
send(message: string): void;
}
|
参数 |
类型 |
说明 |
|---|---|---|
|
message |
string |
返回值:
void