Fix offline resource loader for serviceworker (#73416)
This commit is contained in:
@@ -616,7 +616,7 @@ async function downloadOffline() {
|
||||
}
|
||||
currentContent[key] = true;
|
||||
}
|
||||
for (var resourceKey in Object.keys(RESOURCES)) {
|
||||
for (var resourceKey of Object.keys(RESOURCES)) {
|
||||
if (!currentContent[resourceKey]) {
|
||||
resources.push(resourceKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user