
committed by
Igor Minar

parent
83c1383701
commit
83d207d0a7
@ -276,6 +276,7 @@ export abstract class AssetGroup {
|
||||
const cache = await this.cache;
|
||||
// Start with the set of all cached URLs.
|
||||
return (await cache.keys())
|
||||
.map(request => request.url)
|
||||
// Exclude the URLs which have hashes.
|
||||
.filter(url => !this.hashes.has(url));
|
||||
}
|
||||
@ -608,4 +609,4 @@ export class LazyAssetGroup extends AssetGroup {
|
||||
}
|
||||
}, Promise.resolve());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user