[bug] Using Chinese characters in the options
parameter of the invok
e method causes the type returned by request.body()
to be not Raw
.
#10821
Labels
Describe the bug
I encountered an issue when using the
writeFile
method. If Chinese characters are present in theoptions
parameter of the invoke method, it causes the type returned byrequest.body
() to be notRaw
.Reproduction
Expected behavior
Make
request.body()
return the type asRaw
.Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: