EventPluginContext
EventPluginContext<
Env,P,Data,PluginArgs> =object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9097
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.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9109
env:
Env&object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9103
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.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9099
next()
Section titled “next()”next: (
input?,init?) =>Promise<Response>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9102
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.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9108
passThroughOnException()
Section titled “passThroughOnException()”passThroughOnException: () =>
void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9101
Returns
Section titled “Returns”void
pluginArgs
Section titled “pluginArgs”pluginArgs:
PluginArgs
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9110
request
Section titled “request”request:
Request<unknown,IncomingRequestCfProperties<unknown>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9098
waitUntil()
Section titled “waitUntil()”waitUntil: (
promise) =>void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:9100
Parameters
Section titled “Parameters”promise
Section titled “promise”Promise<any>
Returns
Section titled “Returns”void