Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Jan 22, 2025
1 parent efea4ff commit fe3e129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/storages/request_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ declare class BuiltRequestProvider extends RequestProvider {
): Promise<Request<T> | null>;

protected override ensureHeadIsNonEmpty(): Promise<void>;

override isFinished(): Promise<boolean>;
}

interface RequestLruItem {
Expand Down

0 comments on commit fe3e129

Please sign in to comment.