Skip to content

行为差异

Durable Objects 的 Worker / class API 与 Cloudflare 对齐;所有对象落在本地这一个 workerd。

兼容性

主题Cloudflareopen-compute
Worker / class APIDurable Objects API相同:namespace idFromName / newUniqueId / idFromString / get / getByName、stub fetch / RPC、state.storage KV 与 SQL、transaction、output gate
放置地理调度,locationHint / jurisdiction / migration全部对象在本地这一个 workerd;locationHint / jurisdiction / migration 无地理效果
Alarms提供支持 7 个方法
Hibernation提供支持
Bindingwrangler durable_objects{ type, id, className }className 必填
Fetcher.connect()通用出网绑定声明的连接

兼容性