File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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/**
You can’t perform that action at this time.
0 commit comments