ConnectionOptions: {
    experimental?: {
        crossTab?: "same-site" | "none";
    };
    logLevel?: WebLogLevel;
    sharedWorkerUrl: string;
}