Home > @rainway/web > MessageEventStandalone
MessageEventStandalone interface
A standalone message received on a data channel.
Signature:
export interface MessageEventStandalone
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
data | Uint8Array | The binary data in the message. | |
type | MessageEventType.Standalone | The message type, which indicates whether a response is expected. |