Interface: SandboxPreflight
Defined in: src/batteries/sandbox/preflight.ts:35
Immutable decision retained by a sandbox handle for its entire lifetime.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
allowUnsandboxedFallback | readonly | boolean | Whether the construction opted into fallback. | src/batteries/sandbox/preflight.ts:37 |
dependencyWarnings | readonly | readonly string[] | Non-fatal dependency diagnostics. | src/batteries/sandbox/preflight.ts:43 |
fallbackFired | readonly | boolean | Whether one of the permitted pre-execution conditions fired. | src/batteries/sandbox/preflight.ts:39 |
fsNodeVersion? | readonly | string | Version provenance for fs_node, when supplied by the backend. | src/batteries/sandbox/preflight.ts:45 |
strictMode | readonly | boolean | Whether per-call bypasses must be ignored. | src/batteries/sandbox/preflight.ts:41 |