mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
2971289252
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.
7 lines
132 B
Markdown
7 lines
132 B
Markdown
---
|
|
"http": patch
|
|
"http-js": patch
|
|
---
|
|
|
|
Correct Response header initialization to support cloning and ensure Set-Cookie visibility.
|