mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-08 20:28:57 +02:00
Previously, headers were patched onto the Response object after construction, which bypassed the internal header list and caused `response.clone().headers` to be empty. This change passes the headers directly to the Response constructor, ensuring they are properly stored and clonable.