fix(upload): fix download() locks main thread on Android (#2838)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Matthew Richardson
2025-07-18 20:37:39 +02:00
committed by GitHub
co-authored by Fabian-Lars
parent 2f9c71aae7
commit b729203059
11 changed files with 551 additions and 72 deletions
+7
View File
@@ -0,0 +1,7 @@
---
upload: patch
upload-js: patch
---
Fix `download` and `upload` locks main thread on Android.
Use Tokio to spawn task when invoking commands.