VabletManifestUpdated
Description
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.
Example
Example of the VabletManifestUpdated event.
document.addEventListener(
'VabletManifestUpdated',
()={
// The vablet manifest has been updated.
}
);
// Force a manifest update using getLatestManifest
VabletNativeInterface.callNativeMethod('getLatestManifest');