Preparing search index...

    Function cancelOutOfBoundsFetches

    • Cancels pending fetches for recipes that are outside the buffer zone.

      Parameters

      • recipes: DiscoveredRecipe[]

        Array of all recipes

      • visibleUrls: Set<string>

        Set of currently visible recipe URLs

      • bufferBounds: BufferBounds

        The buffer zone boundaries

      • abortControllers: Map<string, AbortController>

        Map of URL to AbortController for pending fetches

      • pendingUrls: Set<string>

        Set of currently pending recipe URLs

      Returns void