Files
tauri-plugins-workspace/.changes/change-pr-3252.md
Niklas Volcz 2971289252 fix(http): correct Response header initialization to support cloning (fix #14892) (#3252)
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.
2026-02-16 16:35:09 +02:00

132 B

http, http-js
http http-js
patch patch

Correct Response header initialization to support cloning and ensure Set-Cookie visibility.