Skip to content

DurableObjectNamespace

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:565

T extends DurableObjectBranded | undefined = undefined

new DurableObjectNamespace<T>(): DurableObjectNamespace<T>

DurableObjectNamespace<T>

get(id, options?): DurableObjectStub<T>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:573

DurableObjectId

DurableObjectNamespaceGetDurableObjectOptions

DurableObjectStub<T>


getByName(name, options?): DurableObjectStub<T>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:577

string

DurableObjectNamespaceGetDurableObjectOptions

DurableObjectStub<T>


idFromName(name): DurableObjectId

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:571

string

DurableObjectId


idFromString(id): DurableObjectId

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:572

string

DurableObjectId


jurisdiction(jurisdiction): DurableObjectNamespace<T>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:581

DurableObjectJurisdiction

DurableObjectNamespace<T>


newUniqueId(options?): DurableObjectId

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:568

DurableObjectNamespaceNewUniqueIdOptions

DurableObjectId