Files
tauri-plugins-workspace/.changes/http-abort.md
T
Amr Bashir ac9a25cc12 fix(http): use tokio oneshot channel for detecting abort (#1395)
* fix(http): properly handle aborting

closes #1376

* abort early in JS

* avoid using unnecessary mutexes

* fix lint

* update bundle

* simplify
2024-07-08 20:31:29 +03:00

89 B

http, http-js
http http-js
patch patch

Fix cancelling requests using AbortSignal.