fix(http): handle status code 204 to use js null fix #2580 (#2636)

* fix(http): handle status code 204 to use javascript null

* add change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
asomethings
2025-04-18 21:53:25 +09:00
committed by GitHub
parent 4bb51b3cc8
commit ff384cbabe
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": patch
"http-js": patch
---
Properly handle responses with status code 204.