VabletManifestUpdated
This event is triggered each manifest update. Use to refresh file lists or anything else that would rely on the Vablet files and meta information.
Code Example
document.addEventListener('VabletManifestUpdated', function onManifestUpdate(event) {
// Start updates using manifest data here
}, true);