download
Parameters
Behavior
Errors
Example
import { Client } from "@olenbetong/appframe-data";
import { download } from "@olenbetong/appframe-updater";
const client = new Client("https://your.host");
await download(client, "MyNamespace");Last updated
Was this helpful?