kwhitley / itty-durable

Cloudflare Durable Objects + Itty Router = shorter code
MIT License
244 stars 18 forks source link

Get object id method in createDurable interface #28

Open maurerbot opened 1 year ago

maurerbot commented 1 year ago

Why

Having a default method or property on the DO proxy to reflect the DO object id is useful

What

Expose the object id in a property or method. Example

myDo.$.id

or

myDo.getId()