DEV Community

Discussion on: Implement the "download file" feature on a Blazor WebAssembly app

Collapse
 
esben2000 profile image
esben2000

Method 4 will be faster in .NET 6. In .NET 6 the byte array is no longer converted to a base64 encoded string inside the Blazor app before passing it to a JavaScript function :-)
docs.microsoft.com/en-us/dotnet/co...