Anchorage API reference
    Preparing search index...

    The subset of a DurableObjectStub the topology uses.

    interface RunnerStubLike {
        fetch(
            url: string,
            init?: {
                body?: string;
                headers?: Record<string, string>;
                method?: string;
            },
        ): Promise<DoResponseLike>;
    }
    Index

    Methods

    Methods