DurableObject
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:458
Methods
Section titled “Methods”alarm()?
Section titled “alarm()?”
optionalalarm(alarmInfo?):void|Promise<void>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:460
Parameters
Section titled “Parameters”alarmInfo?
Section titled “alarmInfo?”Returns
Section titled “Returns”void | Promise<void>
fetch()
Section titled “fetch()”Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:459
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: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:465
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: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:471
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”void | Promise<void>
webSocketMessage()?
Section titled “webSocketMessage()?”
optionalwebSocketMessage(ws,message):void|Promise<void>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:461
Parameters
Section titled “Parameters”message
Section titled “message”string | ArrayBuffer
Returns
Section titled “Returns”void | Promise<void>