ordspv
    Preparing search index...

    Interface FetchCappedOptions

    interface FetchCappedOptions {
        fetchFn?: FetchFn;
        headers?: Record<string, string>;
        maxBytes: number;
        timeoutMs?: number;
    }
    Index
    fetchFn?: FetchFn
    headers?: Record<string, string>
    maxBytes: number

    reject once more than this many body bytes have been received

    timeoutMs?: number

    reject the whole request (connect + body) after this many ms