Skip to content
1 min read · 43 words

Variable: runSandboxPreflight

ts
const runSandboxPreflight: (
  options: PreflightOptions,
) => Promise<SandboxPreflight> = preflightSandbox;

Defined in: src/batteries/sandbox/preflight.ts:94

Compatibility alias for the construction-site call in WP-A1.

Run the once-only, fail-closed environment gauntlet used by createSandbox().

Parameters

ParameterType
optionsPreflightOptions

Returns

Promise<SandboxPreflight>