Files
tauri-plugins-workspace/.changes/fix-fs-async-cmds.md
T
Fabian-Lars 1146f068e1 fix(fs): Make read/write commands async to not block the main thread (#1477)
* fix(fs): Make commands async to not block the main thread so long

* more async

* changefile
2024-06-24 11:27:34 +03:00

131 B

fs
fs
patch

Fixes an issue that caused the app to freeze when the fs plugin's read/write apis were used on large files.