SongGuess
    Preparing search index...

    Interface LoopbackColoLocalActorNamespace

    interface LoopbackColoLocalActorNamespace {
        get(
            actorId: string,
        ): {
            connect(
                address: string | SocketAddress,
                options?: SocketOptions,
            ): Socket;
            fetch(
                input: URL | RequestInfo,
                init?: RequestInit<CfProperties<unknown>>,
            ): Promise<Response>;
        };
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods