Skip to content

DurableObjectNamespace

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:487

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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:495

DurableObjectId

DurableObjectNamespaceGetDurableObjectOptions

DurableObjectStub<T>


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

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:499

string

DurableObjectNamespaceGetDurableObjectOptions

DurableObjectStub<T>


idFromName(name): DurableObjectId

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:493

string

DurableObjectId


idFromString(id): DurableObjectId

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:494

string

DurableObjectId


jurisdiction(jurisdiction): DurableObjectNamespace<T>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:503

DurableObjectJurisdiction

DurableObjectNamespace<T>


newUniqueId(options?): DurableObjectId

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:490

DurableObjectNamespaceNewUniqueIdOptions

DurableObjectId