Compartir a través de


UserEventRequest type

Solicite el evento de usuario.

type UserEventRequest =
  | { context: ConnectionContext; data: string; dataType: "text" }
  | { context: ConnectionContext; data: unknown; dataType: "json" }
  | { context: ConnectionContext; data: ArrayBuffer; dataType: "binary" }