Notifications for a few merge-related scenarios
This commit is contained in:
parent
78ce34b9d3
commit
a49a6f2057
40 changed files with 2764 additions and 553 deletions
|
@ -1732,6 +1732,12 @@ async function sync(
|
|||
|
||||
// We now know that we've successfully completed a storage service fetch
|
||||
await window.storage.put('storageFetchComplete', true);
|
||||
|
||||
if (window.CI) {
|
||||
window.CI.handleEvent('storageServiceComplete', {
|
||||
manifestVersion: version,
|
||||
});
|
||||
}
|
||||
} catch (err) {
|
||||
log.error(
|
||||
'storageService.sync: error processing manifest',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue