idFromName method

DurableObjectId idFromName(
  1. String name
)

Implementation

DurableObjectId idFromName(String name) =>
    js_util.callMethod(this, 'idFromName', [name]);