obby-client for TypeScript
    Preparing search index...

    Type Alias Capabilities

    What the server offers and what we hold.

    type Capabilities = {
        acknowledged: { [key in string]?: string | null };
        available: { [key in string]?: string | null };
        pending: string[];
    }
    Index
    acknowledged: { [key in string]?: string | null }
    available: { [key in string]?: string | null }
    pending: string[]

    Capabilities we asked for and are still waiting on. Registration cannot finish while this is non-empty, because CAP END before the last reply loses the capability.