DurableObject
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9413
Type Parameters
Section titled “Type Parameters”Env = Env
Props = { }
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DurableObject<
Env,Props>(ctx,env):DurableObject<Env,Props>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9419
Parameters
Section titled “Parameters”Env
Returns
Section titled “Returns”DurableObject<Env, Props>
Properties
Section titled “Properties”__DURABLE_OBJECT_BRAND
Section titled “__DURABLE_OBJECT_BRAND”__DURABLE_OBJECT_BRAND:
never
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9416
Implementation of
Section titled “Implementation of”DurableObjectBranded.__DURABLE_OBJECT_BRAND
Methods
Section titled “Methods”alarm()?
Section titled “alarm()?”
optionalalarm(alarmInfo?):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9420
Parameters
Section titled “Parameters”alarmInfo?
Section titled “alarmInfo?”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:9421
Parameters
Section titled “Parameters”request
Section titled “request”Returns
Section titled “Returns”webSocketClose()?
Section titled “webSocketClose()?”
optionalwebSocketClose(ws,code,reason,wasClean):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9426
Parameters
Section titled “Parameters”number
reason
Section titled “reason”string
wasClean
Section titled “wasClean”boolean
Returns
Section titled “Returns”void | Promise<void>
webSocketError()?
Section titled “webSocketError()?”
optionalwebSocketError(ws,error):void|Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:9432
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”void | Promise<void>
webSocketMessage()?
Section titled “webSocketMessage()?”
optionalwebSocketMessage(ws,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:9422
Parameters
Section titled “Parameters”message
Section titled “message”string | ArrayBuffer
Returns
Section titled “Returns”void | Promise<void>