Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4c486 commit a2b140fCopy full SHA for a2b140f
1 file changed
.changes/writeBinaryFile.md
@@ -3,11 +3,4 @@
3
"tauri": minor
4
---
5
6
-fix writeBinaryFile in the js api to call the correct function
7
-on the rust side. Before, files were sent in base64 encoding, but
8
-the save-as-text `WriteFile` fs command was reused, without any
9
-indication that the contents were base64 encoded. So the WriteFile
10
-command had no way of checking and decoding when necessary.
11
-WriteBinaryFile on the rust side expects a base64 encoded string, then
12
-decodes it.
13
-
+Match writeBinaryFile command name between js and rust
0 commit comments