mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
ff384cbabe
* fix(http): handle status code 204 to use javascript null * add change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
7 lines
88 B
Markdown
7 lines
88 B
Markdown
---
|
|
"http": patch
|
|
"http-js": patch
|
|
---
|
|
|
|
Properly handle responses with status code 204.
|