zed/crates/gpui/examples/image
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
..
app-icon.png
arrow_circle.svg
black-cat-typing.gif gpui: Add support for animated images (#13809) 2024-07-27 14:05:37 +02:00
color.svg gpui: Fix SVG color render, when color have alpha (#20537) 2024-11-16 16:53:57 +02:00
exif-orientation-rotate-180.jpg gpui: Apply EXIF orientation when decoding static images (#61017) 2026-07-17 08:29:17 +00:00
image.rs gpui_web: Support Fetch requests from background workers (#61782) 2026-07-28 13:32:52 +00:00