Anchorage API reference
    Preparing search index...

    Class HubDurableObject<TEnv>Abstract

    Deployment hub Durable Object base. Hosts subclass it (ShowcaseHub / FlowsafeHub / DemoHub) and bind it under the wrangler HUB namespace; the subclass body is typically empty. Left abstract to signal "extend, do not instantiate directly".

    Type Parameters

    • TEnv = unknown
    Index

    Constructors

    Properties

    env: TEnv

    Absent in node tests; present under workerd (Hibernatable-WebSocket API).

    Methods