// devela::sys::os::browser
//
// public
//!
//! Encompasses the full capability surface provided by browser runtimes,
//! including the standardized Web APIs (DOM, canvas, WebGL, audio, storage,
//! workers), as well as browser-specific extension interfaces, automation
//! hooks, and embedding environments. Represents all host-level facilities
//! available inside a browser sandbox.
//
// mod automation; // TODO
// mod container; // MAYBE container/bridge, hosted/integration
// mod extension; // WIP
// Web[Document|Element|Event*|Permission*|Window*|Worker*]…
cratestructural_mods!