useSandboxBoot()
function useSandboxBoot(options?): object
A simple composable for convenience to boot a web container and return the promise along with the status.
Parameters
options?
BootOptions
Returns
object
boot
boot: Promise<WebContainer>;
isBooting
isBooting: Ref<boolean>;