SongGuess
Preparing search index...
server/worker-configuration
EventPluginContext
Type Alias EventPluginContext<Env, P, Data, PluginArgs>
type
EventPluginContext
<
Env
,
P
extends
string
,
Data
,
PluginArgs
>
=
{
data
:
Data
;
env
:
Env
&
{
ASSETS
:
{
fetch
:
typeof
fetch
}
}
;
functionPath
:
string
;
next
:
(
input
?:
Request
|
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
;
params
:
Params
<
P
>
;
passThroughOnException
:
()
=>
void
;
pluginArgs
:
PluginArgs
;
request
:
Request
<
unknown
,
IncomingRequestCfProperties
<
unknown
>
>
;
waitUntil
:
(
promise
:
Promise
<
any
>
)
=>
void
;
}
Type Parameters
Env
P
extends
string
Data
PluginArgs
Index
Properties
data
env
function
Path
next
params
pass
Through
On
Exception
plugin
Args
request
wait
Until
Properties
data
data
:
Data
env
env
:
Env
&
{
ASSETS
:
{
fetch
:
typeof
fetch
}
}
function
Path
functionPath
:
string
next
next
:
(
input
?:
Request
|
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
params
params
:
Params
<
P
>
pass
Through
On
Exception
passThroughOnException
:
()
=>
void
plugin
Args
pluginArgs
:
PluginArgs
request
request
:
Request
<
unknown
,
IncomingRequestCfProperties
<
unknown
>
>
wait
Until
waitUntil
:
(
promise
:
Promise
<
any
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
env
function
Path
next
params
pass
Through
On
Exception
plugin
Args
request
wait
Until
SongGuess
Loading...