SignalCD Modern PoC API
    Preparing search index...

    Interface SyncLogClientOptions

    interface SyncLogClientOptions {
        baseUrl: string;
        eventSourceFactory?: (url: string) => SyncLogEventSource;
        fetch?: (url: string, init?: RequestInit) => Promise<Response>;
    }
    Index
    baseUrl: string
    eventSourceFactory?: (url: string) => SyncLogEventSource
    fetch?: (url: string, init?: RequestInit) => Promise<Response>