You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/KristofferStrube.Blazor.FileAPI.WasmExample/Pages/FileReaderSample.razor
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
<h2>Using the FileReader to load an image in different ways.</h2>
10
10
In this sample we download an image using the <code>HttpClient</code> and create a new <code>Blob</code> from that.
11
-
We then use the methods of the <code>FileReader</code> interface to read the blob in different ways and convert those different results to an image.
11
+
We then use the methods of the <code>FileReader</code> interface to read the <code>Blob</code> in different ways and convert those different results to an image.
12
12
<br />
13
13
<divclass="px-1 py-1">
14
14
<buttonclass="btn btn-primary"@onclick=ReadAsArrayBufferAsync>Read as byte array</button>
0 commit comments