Module browsers

Module browsers 

Source
Expand description

Pure functional core of the host reducer.

Returns the events emitted by the command. Side-effecting wiring (logging, future event broadcast) lives in host_dispatch โ€” this function takes only &mut HostState and produces no I/O. Browser handle registry (Phase H.2) reducer handlers. Extracted from reducer/mod.rs in task #182 PR-F-2 for navigability.

Functionsยง

handle_register_browser ๐Ÿ”’
handle_unregister_browser ๐Ÿ”’