Skip to content
1 min read · 135 words

Interface: SandboxPreflight

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

Immutable decision retained by a sandbox handle for its entire lifetime.

Properties

PropertyModifierTypeDescriptionDefined in
allowUnsandboxedFallbackreadonlybooleanWhether the construction opted into fallback.src/batteries/sandbox/preflight.ts:37
dependencyWarningsreadonlyreadonly string[]Non-fatal dependency diagnostics.src/batteries/sandbox/preflight.ts:43
fallbackFiredreadonlybooleanWhether one of the permitted pre-execution conditions fired.src/batteries/sandbox/preflight.ts:39
fsNodeVersion?readonlystringVersion provenance for fs_node, when supplied by the backend.src/batteries/sandbox/preflight.ts:45
strictModereadonlybooleanWhether per-call bypasses must be ignored.src/batteries/sandbox/preflight.ts:41