QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Interface QwpBrowserSessionBootstrapOptions

    interface QwpBrowserSessionBootstrapOptions {
        authentication: QwpBrowserSessionAuthentication;
        fetch?: QwpBrowserFetch;
        serviceAccount?: string;
        signal?: AbortSignal;
        url: string | URL;
    }
    Index

    Properties

    Test or framework hook; defaults to the browser's global fetch.

    serviceAccount?: string

    Optional Enterprise service account to assume for subsequent QWP use.

    signal?: AbortSignal

    Cancels only the REST bootstrap request.

    url: string | URL

    Exact QuestDB /exec HTTP(S) URL used to create the session cookie.