Home > @rainway/web > DataChannelEvents
DataChannelEvents interface
Signature:
export interface DataChannelEvents
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| close | () => void | Promise<void> | Raised when the data channel is closed |
Methods
| Method | Description |
|---|---|
| message(message) | Raised when a message arrives via the data channel. If |
