Hilo3d API - v2.0.0
    Preparing search index...

    Interface ResourceRequestOptions

    interface ResourceRequestOptions {
        body?: BodyInit | null;
        credentials?: RequestCredentials;
        headers?: Readonly<Record<string, string>>;
        method?: string;
        signal?: AbortSignal;
        type?: NetworkResourceType;
        url: string;
    }
    Index
    body?: BodyInit | null
    credentials?: RequestCredentials
    headers?: Readonly<Record<string, string>>
    method?: string
    signal?: AbortSignal
    url: string