mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
a66549329c
The browser `Response` constructor removes `set-cookie` headers and so we set them manually. closes #1470
6 lines
151 B
Markdown
6 lines
151 B
Markdown
---
|
|
"http-js": "patch"
|
|
---
|
|
|
|
Fix missing `Set-Cookie` headers in the response which meant `request.headers.getSetCookie()` always returned empty array.
|