EventPluginContext
EventPluginContext<
Env
,P
,Data
,PluginArgs
> =object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7569
Type Parameters
Section titled “Type Parameters”Env
P
extends string
Data
PluginArgs
Section titled “PluginArgs”PluginArgs
Properties
Section titled “Properties”data:
Data
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7581
env:
Env
&object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7575
Type Declaration
Section titled “Type Declaration”ASSETS
Section titled “ASSETS”ASSETS:
object
ASSETS.fetch
Section titled “ASSETS.fetch”fetch: typeof
fetch
functionPath
Section titled “functionPath”functionPath:
string
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7571
next()
Section titled “next()”next: (
input?
,init?
) =>Promise
<Response
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7574
Parameters
Section titled “Parameters”input?
Section titled “input?”Request
| string
Returns
Section titled “Returns”Promise
<Response
>
params
Section titled “params”params:
Params
<P
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7580
passThroughOnException()
Section titled “passThroughOnException()”passThroughOnException: () =>
void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7573
Returns
Section titled “Returns”void
pluginArgs
Section titled “pluginArgs”pluginArgs:
PluginArgs
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7582
request
Section titled “request”request:
Request
<unknown
,IncomingRequestCfProperties
<unknown
>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7570
waitUntil()
Section titled “waitUntil()”waitUntil: (
promise
) =>void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7572
Parameters
Section titled “Parameters”promise
Section titled “promise”Promise
<any
>
Returns
Section titled “Returns”void