SignalCD Modern PoC API
Preparing search index...
identity/src
SyncLogClientOptions
Interface SyncLogClientOptions
interface
SyncLogClientOptions
{
baseUrl
:
string
;
eventSourceFactory
?:
(
url
:
string
)
=>
SyncLogEventSource
;
fetch
?:
(
url
:
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
;
}
Index
Properties
base
Url
event
Source
Factory?
fetch?
Properties
Readonly
base
Url
baseUrl
:
string
Optional
Readonly
event
Source
Factory
eventSourceFactory
?:
(
url
:
string
)
=>
SyncLogEventSource
Optional
Readonly
fetch
fetch
?:
(
url
:
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
event
Source
Factory
fetch
SignalCD Modern PoC API
Loading...