Web SDK - MessageEventStandalone

Home > @rainway/web > MessageEventStandalone

MessageEventStandalone interface

A standalone message received on a data channel.

Signature:

export interface MessageEventStandalone 

Properties

PropertyModifiersTypeDescription
dataUint8ArrayThe binary data in the message.
typeMessageEventType.StandaloneThe message type, which indicates whether a response is expected.