Rezi
Preparing search index...
core/src
useEventSource
Function useEventSource
useEventSource
<
T
=
string
>
(
ctx
:
EventSourceHookContext
,
url
:
string
,
options
?:
UseEventSourceOptions
<
T
>
,
)
:
UseEventSourceState
<
T
>
Subscribe to a server-sent-events endpoint with automatic reconnect.
Type Parameters
T
=
string
Parameters
ctx
:
EventSourceHookContext
url
:
string
options
:
UseEventSourceOptions
<
T
>
= {}
Returns
UseEventSourceState
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Subscribe to a server-sent-events endpoint with automatic reconnect.