Skip to content

Commit 6aa8835

Browse files
committed
Dedent comments
1 parent bc58fc8 commit 6aa8835

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/utils/hub.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,14 +337,14 @@ class FileCache {
337337
} catch { }
338338
throw error;
339339
}
340-
341-
// TODO add the rest?
342-
// addAll(requests: RequestInfo[]): Promise<void>;
343-
// delete(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<boolean>;
344-
// keys(request?: RequestInfo | URL, options?: CacheQueryOptions): Promise<ReadonlyArray<Request>>;
345-
// match(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<Response | undefined>;
346-
// matchAll(request?: RequestInfo | URL, options?: CacheQueryOptions): Promise<ReadonlyArray<Response>>;
347340
}
341+
342+
// TODO add the rest?
343+
// addAll(requests: RequestInfo[]): Promise<void>;
344+
// delete(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<boolean>;
345+
// keys(request?: RequestInfo | URL, options?: CacheQueryOptions): Promise<ReadonlyArray<Request>>;
346+
// match(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<Response | undefined>;
347+
// matchAll(request?: RequestInfo | URL, options?: CacheQueryOptions): Promise<ReadonlyArray<Response>>;
348348
}
349349

350350
/**

0 commit comments

Comments
 (0)