WorkerEntrypoint
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9393
Type Parameters
Section titled “Type Parameters”Env = Env
Props = { }
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WorkerEntrypoint<
Env,Props>(ctx,env):WorkerEntrypoint<Env,Props>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9399
Parameters
Section titled “Parameters”Env
Returns
Section titled “Returns”WorkerEntrypoint<Env, Props>
Properties
Section titled “Properties”__WORKER_ENTRYPOINT_BRAND
Section titled “__WORKER_ENTRYPOINT_BRAND”__WORKER_ENTRYPOINT_BRAND:
never
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9396
Implementation of
Section titled “Implementation of”WorkerEntrypointBranded.__WORKER_ENTRYPOINT_BRAND
Methods
Section titled “Methods”email()?
Section titled “email()?”
optionalemail(message):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9400
Parameters
Section titled “Parameters”message
Section titled “message”Returns
Section titled “Returns”void | Promise<void>
fetch()?
Section titled “fetch()?”Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9401
Parameters
Section titled “Parameters”request
Section titled “request”Returns
Section titled “Returns”queue()?
Section titled “queue()?”
optionalqueue(batch):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9402
Parameters
Section titled “Parameters”MessageBatch<unknown>
Returns
Section titled “Returns”void | Promise<void>
scheduled()?
Section titled “scheduled()?”
optionalscheduled(controller):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9403
Parameters
Section titled “Parameters”controller
Section titled “controller”Returns
Section titled “Returns”void | Promise<void>
tail()?
Section titled “tail()?”
optionaltail(events):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9404
Parameters
Section titled “Parameters”events
Section titled “events”Returns
Section titled “Returns”void | Promise<void>
tailStream()?
Section titled “tailStream()?”
optionaltailStream(event):TailEventHandlerType|Promise<TailEventHandlerType>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9405
Parameters
Section titled “Parameters”Returns
Section titled “Returns”TailEventHandlerType | Promise<TailEventHandlerType>
test()?
Section titled “test()?”
optionaltest(controller):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9410
Parameters
Section titled “Parameters”controller
Section titled “controller”Returns
Section titled “Returns”void | Promise<void>
trace()?
Section titled “trace()?”
optionaltrace(traces):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9411
Parameters
Section titled “Parameters”traces
Section titled “traces”Returns
Section titled “Returns”void | Promise<void>