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 8033384 commit 3719726Copy full SHA for 3719726
windows/RNFetchBlob/RNFetchBlob.cpp
@@ -1578,11 +1578,12 @@ try
1578
break;
1579
}
1580
1581
+ readContents = winrt::to_string(CryptographicBuffer::EncodeToBase64String(readBuffer));
1582
+
1583
if (config.fileCache) {
1584
co_await outputStream.WriteAsync(readBuffer);
1585
1586
else {
- readContents = winrt::to_string(CryptographicBuffer::ConvertBinaryToString(BinaryStringEncoding::Utf8, readBuffer));
1587
resultOutput << readContents;
1588
1589
0 commit comments