SongGuess
Preparing search index...
server/worker-configuration
EventSourceEventSourceInit
Interface EventSourceEventSourceInit
interface
EventSourceEventSourceInit
{
fetcher
?:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
;
withCredentials
?:
boolean
;
}
Index
Properties
fetcher?
with
Credentials?
Properties
Optional
fetcher
fetcher
?:
{
connect
(
address
:
string
|
SocketAddress
,
options
?:
SocketOptions
,
)
:
Socket
;
fetch
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
<
CfProperties
<
unknown
>
>
,
)
:
Promise
<
Response
>
;
}
Optional
with
Credentials
withCredentials
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetcher
with
Credentials
SongGuess
Loading...