we (web engine): Experimental web browser project to understand the limits of Claude
at encoding-sniffing 6 lines 137 B view raw
1//! Event loop, resource loading, navigation, UI chrome. 2 3pub mod css_loader; 4pub mod img_loader; 5pub mod loader; 6pub mod script_loader;