Anchorage API reference
    Preparing search index...

    The subset of a Durable Object namespace the provider-host topology uses.

    interface SignalProviderHostNamespaceLike<Id = unknown> {
        get(id: Id): SignalProviderHostStubLike;
        idFromName(name: string): Id;
    }

    Type Parameters

    • Id = unknown
    Index

    Methods

    Methods