checkForUpdates
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
import { Client } from "@olenbetong/appframe-data";
import { checkForUpdates } from "@olenbetong/appframe-updater";
const client = new Client("https://your.host");
const pending = await checkForUpdates(client);