infinity-fetch - v1.5.0
    Preparing search index...

    Type Alias InfinityFetchSummary

    Final report handed to onEnd by the streaming helpers, which do not retain items

    type InfinityFetchSummary = {
        pages: number;
        items: number;
        aborted?: true;
    }
    Index
    pages: number

    Number of pages fetched

    items: number

    Number of items yielded across every page

    aborted?: true

    Present and true when the stream was stopped early via AbortSignal