KoAJAX
    Preparing search index...

    Type Alias HTTPRuntime

    HTTPRuntime: DataRuntime & Partial<
        Pick<
            typeof globalThis,
            "EventTarget"
            | "XMLHttpRequest"
            | "Headers"
            | "fetch",
        >,
    >