Company logo
December 7, 2021

Support for proxy promises

Richard Freling's avatar

Some of the CommandBar Client SDK methods – like boot and addCommand – now return promises to enable more control over async logic.

await boot(...);
await addCommand(...);