zed/crates/gpui_platform
Gaauwe Rombouts b2131e9df8
gpui_web: Support Fetch requests from background workers (#61782)
Browser Fetch APIs must run on the main thread, while GPUI image loading
can invoke its HTTP client from background WASM workers. This routes
`FetchHttpClient` requests through the web dispatcher's main-thread
mailbox, installs the client by default for web applications, and
removes thread-affine browser state from the safely movable dispatcher.

Release Notes:
- N/A
2026-07-28 13:32:52 +00:00
..
src gpui_web: Support Fetch requests from background workers (#61782) 2026-07-28 13:32:52 +00:00
Cargo.toml gpui_web: Fix some bugs (#61707) 2026-07-28 06:22:31 +00:00
LICENSE-APACHE