fix(http): properly invoke abort (#1662)

Co-authored-by: amrbashir <github@amrbashir.me>
This commit is contained in:
Twilight
2024-08-14 22:03:32 +05:45
committed by GitHub
parent af943db6f8
commit 84f8bd5e1e
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"http-js": patch
---
Fixed an issue with abort signal not aborting the fetch request.