Condividi tramite


UserEventRequest type

Richiedere l'evento utente.

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