@ably/chat - v0.8.0
    Preparing search index...

    Interface Connection

    Represents a connection to Ably.

    interface Connection {
        get error(): undefined | ErrorInfo;
        get status(): ConnectionStatus;
        onStatusChange(listener: ConnectionStatusListener): StatusSubscription;
    }
    Index

    Accessors

    Methods

    Accessors

    Methods