Interface MessageConnection

interface MessageConnection {
    onMessage: Event<string>;
    send(msg): void;
}

Properties

Methods

Properties

onMessage: Event<string>

Methods