DurableObject
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:536
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:538
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:537
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:543
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:549
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:539
Parameters
Section titled “Parameters”message
Section titled “message”string | ArrayBuffer
Returns
Section titled “Returns”void | Promise<void>