SongGuess
Preparing search index...
server/worker-configuration
LoopbackColoLocalActorNamespace
Interface LoopbackColoLocalActorNamespace
interface
LoopbackColoLocalActorNamespace
{
get
(
actorId
:
string
,
)
:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
;
}
Hierarchy (
View Summary
)
ColoLocalActorNamespace
LoopbackColoLocalActorNamespace
Index
Methods
get
Methods
get
get
(
actorId
:
string
,
)
:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
Parameters
actorId
:
string
Returns
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
SongGuess
Loading...