couch-kit
    Preparing search index...

    Interface LocationLike

    The minimal shape of window.location needed to derive a WS URL.

    interface LocationLike {
        hostname: string;
        port: string;
        protocol: string;
    }
    Index
    hostname: string
    port: string
    protocol: string