KoAJAX
    Preparing search index...

    Type Alias DataRuntime

    DataRuntime: Partial<
        Pick<
            typeof globalThis,
            | "DOMParser"
            | "Node"
            | "Document"
            | "HTMLElement"
            | "SVGElement"
            | "FormData"
            | "URLSearchParams"
            | "Blob"
            | "FileReader"
            | "Event"
            | "ProgressEvent",
        > & { ReadableStream: typeof ReadableStream },
    >