1 مستودع
Executing scripts after HTML parsing but before page scripts to initialize the browser environment.
Distinct from Page-Specific Script Execution: Distinct from Page-Specific Script Execution: specifically addresses the preload phase of the browser lifecycle.
Explore 1 awesome GitHub repository matching web development · Browser Environment Preloads. Refine with filters or upvote what's useful.
Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend
Executes JavaScript after HTML parsing but before page scripts run to prepare the browser environment.