Skip to content

Home > @esengine/ecs-framework-monorepo > IClientTransport > send

IClientTransport.send() method

发送数据到服务器

Signature:

typescript
send(data: ArrayBuffer | string): void;

Parameters

Parameter

Type

Description

data

ArrayBuffer | string

数据

Returns:

void

基于 MIT 许可证发布