mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-10 16:27:05 +02:00
ac9a25cc12
* fix(http): properly handle aborting closes #1376 * abort early in JS * avoid using unnecessary mutexes * fix lint * update bundle * simplify
7 lines
89 B
Markdown
7 lines
89 B
Markdown
---
|
|
"http": "patch"
|
|
"http-js": "patch"
|
|
---
|
|
|
|
Fix cancelling requests using `AbortSignal`.
|