mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* fix(core): Retain order of map keys in ipc, fixes #7922 * enable dep on http-api feature instead of http-request * Create fix-formbody-order.md * Update fix-formbody-order.md
213 B
213 B
tauri
| tauri |
|---|
| patch:bug |
Preserve the order of JS object/map keys in IPC calls. This also fixes issues with the JS http module when calling to servers that required a specific order of FormBody contents.