SongGuess
Preparing search index...
server/worker-configuration
WorkerLoaderWorkerCode
Interface WorkerLoaderWorkerCode
interface
WorkerLoaderWorkerCode
{
allowExperimental
?:
boolean
;
compatibilityDate
:
string
;
compatibilityFlags
?:
string
[]
;
env
?:
any
;
globalOutbound
?:
|
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
|
null
;
limits
?:
workerdResourceLimits
;
mainModule
:
string
;
modules
:
Record
<
string
,
WorkerLoaderModule
|
string
>
;
streamingTails
?:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
[]
;
tails
?:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
[]
;
}
Index
Properties
allow
Experimental?
compatibility
Date
compatibility
Flags?
env?
global
Outbound?
limits?
main
Module
modules
streaming
Tails?
tails?
Properties
Optional
allow
Experimental
allowExperimental
?:
boolean
compatibility
Date
compatibilityDate
:
string
Optional
compatibility
Flags
compatibilityFlags
?:
string
[]
Optional
env
env
?:
any
Optional
global
Outbound
globalOutbound
?:
|
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
|
null
Optional
limits
limits
?:
workerdResourceLimits
main
Module
mainModule
:
string
modules
modules
:
Record
<
string
,
WorkerLoaderModule
|
string
>
Optional
streaming
Tails
streamingTails
?:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
[]
Optional
tails
tails
?:
{
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
Properties
allow
Experimental
compatibility
Date
compatibility
Flags
env
global
Outbound
limits
main
Module
modules
streaming
Tails
tails
SongGuess
Loading...