Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
SSEMultiplayerBridgeOptions
Interface SSEMultiplayerBridgeOptions
interface
SSEMultiplayerBridgeOptions
{
baseUrl
:
string
;
broadcastUrl
?:
string
;
characterId
:
string
;
zone
:
string
;
eventSourceFactory
?:
(
url
:
string
)
=>
EventSource
;
fetchFn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
}
Index
Properties
base
Url
broadcast
Url?
character
Id
zone
event
Source
Factory?
fetch
Fn?
Properties
base
Url
baseUrl
:
string
Optional
broadcast
Url
broadcastUrl
?:
string
character
Id
characterId
:
string
zone
zone
:
string
Optional
event
Source
Factory
eventSourceFactory
?:
(
url
:
string
)
=>
EventSource
Optional
fetch
Fn
fetchFn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
broadcast
Url
character
Id
zone
event
Source
Factory
fetch
Fn
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...
MDN Reference