Function: preflightSandbox()
ts
function preflightSandbox(options: PreflightOptions): Promise<SandboxPreflight>;Defined in: src/batteries/sandbox/preflight.ts:54
Run the once-only, fail-closed environment gauntlet used by createSandbox().
Parameters
| Parameter | Type |
|---|---|
options | PreflightOptions |
Returns
Promise<SandboxPreflight>