Expand description
The one place each host capability is decided. lx.supports(), the FFI
capability bitmask, and the optional lx.* members all read these, so they
cannot drift apart.
Modules§
- build
- What the binary carries, independent of what an app declared. The native SDKs’ capability bitmask reports this.
Functions§
- app_use
- Driving this product’s own windows and its command line.
computerUsealready contains it, so it answers for both — the same rule the local control surface enforces. - browser
- Managed browser tabs and the browser shell.
- browser_
use - Driving the in-app browser’s tabs.
capabilities.browseris the prerequisite — there is nothing to drive without the engine — so both have to be on. The declared flag alone would letlx.supportslie. - computer_
use - Driving the whole machine: screenshots, synthetic input, the a11y tree.
- media_
capture - Realtime capture tracks declared by the host.
- notifications
- Host notifications.
- proxy
- The in-app browser’s HTTP proxy.
capabilities.proxydeclares it andcapabilities.browseris its prerequisite — a proxy with nothing to proxy is not a capability — so both have to be on.