Expand description
SQLite-backed registry of running browser instances.
Modules§
- naming
- Friendly-name generator for browser instances.
- schema
- SQLite schema for the browser registry.
- words
- Friendly word list used for browser instance naming.
Structs§
- Browser
Row - One row in the
browserstable. - Registry
- SQLite registry handle. Holds an advisory exclusive file lock for its lifetime (except for in-memory registries).
Functions§
- format_
unix_ seconds_ as_ iso8601 - Format a Unix epoch second count as
YYYY-MM-DDTHH:MM:SSZ. - is_
alive - Liveness check: PID exists AND a TCP connect to the local port succeeds.
- now_
iso8601 - Current time formatted as
YYYY-MM-DDTHH:MM:SSZ(UTC).