Skip to content

Commit 387ad6d

Browse files
A d too much.
1 parent bf6b4a2 commit 387ad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/KristofferStrube.Blazor.FileAPI.WasmExample/Pages/StreamLargeBlob.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This sample will illustrate stream reading a large Blob to .NET using the inbuil
1313
<ol>
1414
<li>We have created a method in JS called <code>hugeBlob()</code> which creates a huge object in the form of a large empty array, serialized to a JSON string, and then parsed into the <code>Blob</code> constructor.</li>
1515
<li>We construct a wrapper around the JS object reference <i>(jSBlob)</i> by calling <code>Blob.Create(JSRuntime, jSBlob)</code>.</li>
16-
<li>We get a <code>ReadableStream</code> from the Blob by calling <coded>await blob.StreamAsync()</coded>.</li>
16+
<li>We get a <code>ReadableStream</code> from the Blob by calling <code>await blob.StreamAsync()</code>.</li>
1717
<li>We get the default reader of the stream by calling <code>await stream.GetDefaultReaderAsync()</code>.</li>
1818
<li>We iterate the chunks of the reader and append the chunk to our result. Below you can see chunk sizes read and the length of the result that has been built.</li>
1919
</ol>

0 commit comments

Comments
 (0)