yolkbot
    Preparing search index...

    Interface xfetchParams

    interface xfetchParams {
        body?: string | null;
        headers?: Record<string, string | null | undefined>;
        method?: string;
        proxy?: string | null;
        timeout?: number;
    }
    Index

    Properties

    body?: string | null
    headers?: Record<string, string | null | undefined>
    method?: string
    proxy?: string | null
    timeout?: number