Skip to content

TtyMode

TtyMode = "raw" | "raw-optional" | "line"

Defined in: packages/core/src/kernel/types.ts:1138

Terminal requirement policy for WASM/WASI process spawn.

  • ‘raw’: require terminal, ENOTTY if absent
  • ‘raw-optional’: prefer terminal, degrade gracefully if absent
  • ‘line’: no raw mode (default)